Html Css Color HEX #4DAF55 Fruit Salad

📋 copy color: '#4DAF55'

red 77 ◦ green 175 ◦ blue 85

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

Shades of Fruit Salad #4DAF55

Tints of Fruit Salad #4DAF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 22.85%
G = 51.93%
B = 25.22%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#4DAF55 (or 0x4DAF55) is known color: Fruit Salad. HEX triplet: 4D, AF and 55. RGB value is (77,175,85). Sum of RGB (Red+Green+Blue) = 77+175+85=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAF55 is #B250AA. Grayscale: #878787. Windows color (decimal): -11686059 or 5615437. OLE color: 5615437.

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

Color convert

RGB 77 175 85 -
CMYK 0.56 0 0.51 0.31
HSL 124.9º 0.39% 0.49% -
HSV(B) 124.9º 0.56% 0.69% -
XYZ 20.03 32.89 13.89 -
YUV 135.44 99.53 86.32 -
System Red Green Blue C M Y K H S L
Decimal 77 175 85 0.56 0 0.51 0.31 124.9 0.39 0.49
Hex 4D AF 55 38 0 33 1F 7D 27 31
Octal 115 257 125 70 0 63 37 175 47 61
Binary 1001101 10101111 1010101 111000 0 110011 11111 1111101 100111 110001

Color Harmonies of #4DAF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAF55

Black with #4DAF55

Text Example


Text Example

White with #4DAF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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