Html Css Color HEX #4DAF52 Fruit Salad

📋 copy color: '#4DAF52'

red 77 ◦ green 175 ◦ blue 82

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

Shades of Fruit Salad #4DAF52

Tints of Fruit Salad #4DAF52

RGB

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

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

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

R = 23.05%
G = 52.4%
B = 24.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#4DAF52 (or 0x4DAF52) is known color: Fruit Salad. HEX triplet: 4D, AF and 52. RGB value is (77,175,82). Sum of RGB (Red+Green+Blue) = 77+175+82=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAF52 is #B250AD. Grayscale: #878787. Windows color (decimal): -11686062 or 5418829. OLE color: 5418829.

HSL color Cylindrical-coordinate representation of color #4DAF52: hue angle of 123.06º 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 #4DAF52 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 77 175 82 -
CMYK 0.56 0 0.53 0.31
HSL 123.06º 0.39% 0.49% -
HSV(B) 123.06º 0.56% 0.69% -
XYZ 19.91 32.85 13.27 -
YUV 135.1 98.03 86.56 -
System Red Green Blue C M Y K H S L
Decimal 77 175 82 0.56 0 0.53 0.31 123.06 0.39 0.49
Hex 4D AF 52 38 0 35 1F 7B 27 31
Octal 115 257 122 70 0 65 37 173 47 61
Binary 1001101 10101111 1010010 111000 0 110101 11111 1111011 100111 110001

Color Harmonies of #4DAF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAF52

Black with #4DAF52

Text Example


Text Example

White with #4DAF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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