Html Css Color HEX #4DAF42 Fruit Salad

📋 copy color: '#4DAF42'

red 77 ◦ green 175 ◦ blue 66

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

Shades of Fruit Salad #4DAF42

Tints of Fruit Salad #4DAF42

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.03%

 BLUE value IS 66 (26.17% from 255) = 20.75%

R = 24.21%
G = 55.03%
B = 20.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#4DAF42 (or 0x4DAF42) is known color: Fruit Salad. HEX triplet: 4D, AF and 42. RGB value is (77,175,66). Sum of RGB (Red+Green+Blue) = 77+175+66=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAF42 is #B250BD. Grayscale: #858585. Windows color (decimal): -11686078 or 4370253. OLE color: 4370253.

HSL color Cylindrical-coordinate representation of color #4DAF42: hue angle of 113.94º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DAF42 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 77 175 66 -
CMYK 0.56 0 0.62 0.31
HSL 113.95º 0.45% 0.47% -
HSV(B) 113.95º 0.62% 0.69% -
XYZ 19.37 32.63 10.43 -
YUV 133.27 90.03 87.86 -
System Red Green Blue C M Y K H S L
Decimal 77 175 66 0.56 0 0.62 0.31 113.95 0.45 0.47
Hex 4D AF 42 38 0 3E 1F 72 2D 2F
Octal 115 257 102 70 0 76 37 162 55 57
Binary 1001101 10101111 1000010 111000 0 111110 11111 1110010 101101 101111

Color Harmonies of #4DAF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAF42

Black with #4DAF42

Text Example


Text Example

White with #4DAF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,175,66); }

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

background-color css

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

 a { background-color: rgb(77,175,66); }

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

border-color css

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

 span { border-color: rgb(77,175,66); }

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