Html Css Color HEX #4DB252 Fruit Salad

📋 copy color: '#4DB252'

red 77 ◦ green 178 ◦ blue 82

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

Shades of Fruit Salad #4DB252

Tints of Fruit Salad #4DB252

RGB

 RED value IS 77 (30.47% from 255) = 22.85%

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

 BLUE value IS 82 (32.42% from 255) = 24.33%

R = 22.85%
G = 52.82%
B = 24.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#4DB252 (or 0x4DB252) is known color: Fruit Salad. HEX triplet: 4D, B2 and 52. RGB value is (77,178,82). Sum of RGB (Red+Green+Blue) = 77+178+82=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB252 is #B24DAD. Grayscale: #898989. Windows color (decimal): -11685294 or 5419597. OLE color: 5419597.

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

Color convert

RGB 77 178 82 -
CMYK 0.57 0 0.54 0.30
HSL 122.97º 0.4% 0.5% -
HSV(B) 122.97º 0.57% 0.7% -
XYZ 20.5 34.03 13.47 -
YUV 136.86 97.04 85.31 -
System Red Green Blue C M Y K H S L
Decimal 77 178 82 0.57 0 0.54 0.30 122.97 0.4 0.5
Hex 4D B2 52 39 0 36 1E 7B 28 32
Octal 115 262 122 71 0 66 36 173 50 62
Binary 1001101 10110010 1010010 111001 0 110110 11110 1111011 101000 110010

Color Harmonies of #4DB252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB252

Black with #4DB252

Text Example


Text Example

White with #4DB252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,178,82); }

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

background-color css

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

 a { background-color: rgb(77,178,82); }

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

border-color css

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

 span { border-color: rgb(77,178,82); }

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