Html Css Color HEX #4BB25A Fruit Salad

📋 copy color: '#4BB25A'

red 75 ◦ green 178 ◦ blue 90

#4BB25A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #4BB25A

Tints of Fruit Salad #4BB25A

RGB

 RED value IS 75 (29.69% from 255) = 21.87%

 GREEN value IS 178 (69.92% from 255) = 51.9%

 BLUE value IS 90 (35.55% from 255) = 26.24%

R = 21.87%
G = 51.9%
B = 26.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.49

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4BB25A (or 0x4BB25A) is known color: Fruit Salad. HEX triplet: 4B, B2 and 5A. RGB value is (75,178,90). Sum of RGB (Red+Green+Blue) = 75+178+90=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 178 (69.92% from 255 or 51.90% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 178 - color contains mainly: green. Hex color #4BB25A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BB25A is #B44DA5. Grayscale: #898989. Windows color (decimal): -11816358 or 5943883. OLE color: 5943883.

HSL color Cylindrical-coordinate representation of color #4BB25A: hue angle of 128.74º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB25A is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 75 178 90 -
CMYK 0.58 0 0.49 0.30
HSL 128.74º 0.41% 0.5% -
HSV(B) 128.74º 0.58% 0.7% -
XYZ 20.67 34.07 15.16 -
YUV 137.17 101.38 83.66 -
System Red Green Blue C M Y K H S L
Decimal 75 178 90 0.58 0 0.49 0.30 128.74 0.41 0.5
Hex 4B B2 5A 3A 0 31 1E 81 29 32
Octal 113 262 132 72 0 61 36 201 51 62
Binary 1001011 10110010 1011010 111010 0 110001 11110 10000001 101001 110010

Color Harmonies of #4BB25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB25A

Black with #4BB25A

Text Example


Text Example

White with #4BB25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BB25A; }

 p { color: rgb(75,178,90); }

 H1.HeaderClassName
 {
   color: #4BB25A;
 }
 .AnyTagClassName
 {
   color: #4BB25A;
 }
</style>

background-color css

<style>
 a { background-color: #4BB25A; }

 a { background-color: rgb(75,178,90); }

 div.DivClassName
 {
   background-color: #4BB25A;
 }
 .BgClassName
 {
   background-color: #4BB25A;
 }
</style>

border-color css

<style>
 span { border-color: #4BB25A; }

 span { border-color: rgb(75,178,90); }

 td.TdClassName
 {
   border-color: #4BB25A;
 }
 .TagClassName
 {
   border-color: #4BB25A;
 }
</style>