Html Css Color HEX #5EAF70 Fern

📋 copy color: '#5EAF70'

red 94 ◦ green 175 ◦ blue 112

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

Shades of Fern #5EAF70

Tints of Fern #5EAF70

RGB

 RED value IS 94 (37.11% from 255) = 24.67%

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

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 24.67%
G = 45.93%
B = 29.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#5EAF70 (or 0x5EAF70) is known color: Fern. HEX triplet: 5E, AF and 70. RGB value is (94,175,112). Sum of RGB (Red+Green+Blue) = 94+175+112=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF70 is #A1508F. Grayscale: #8F8F8F. Windows color (decimal): -10571920 or 7384926. OLE color: 7384926.

HSL color Cylindrical-coordinate representation of color #5EAF70: hue angle of 133.33º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAF70 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 175 112 -
CMYK 0.46 0 0.36 0.31
HSL 133.33º 0.34% 0.53% -
HSV(B) 133.33º 0.46% 0.69% -
XYZ 22.87 34.21 20.73 -
YUV 143.6 110.16 92.62 -
System Red Green Blue C M Y K H S L
Decimal 94 175 112 0.46 0 0.36 0.31 133.33 0.34 0.53
Hex 5E AF 70 2E 0 24 1F 85 22 35
Octal 136 257 160 56 0 44 37 205 42 65
Binary 1011110 10101111 1110000 101110 0 100100 11111 10000101 100010 110101

Color Harmonies of #5EAF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAF70

Black with #5EAF70

Text Example


Text Example

White with #5EAF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EAF70; }

 p { color: rgb(94,175,112); }

 H1.HeaderClassName
 {
   color: #5EAF70;
 }
 .AnyTagClassName
 {
   color: #5EAF70;
 }
</style>

background-color css

<style>
 a { background-color: #5EAF70; }

 a { background-color: rgb(94,175,112); }

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

border-color css

<style>
 span { border-color: #5EAF70; }

 span { border-color: rgb(94,175,112); }

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