Html Css Color HEX #5CAB70 Fern

📋 copy color: '#5CAB70'

red 92 ◦ green 171 ◦ blue 112

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

Shades of Fern #5CAB70

Tints of Fern #5CAB70

RGB

 RED value IS 92 (36.33% from 255) = 24.53%

 GREEN value IS 171 (67.19% from 255) = 45.6%

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

R = 24.53%
G = 45.6%
B = 29.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#5CAB70 (or 0x5CAB70) is known color: Fern. HEX triplet: 5C, AB and 70. RGB value is (92,171,112). Sum of RGB (Red+Green+Blue) = 92+171+112=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #5CAB70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAB70 is #A3548F. Grayscale: #8C8C8C. Windows color (decimal): -10704016 or 7383900. OLE color: 7383900.

HSL color Cylindrical-coordinate representation of color #5CAB70: hue angle of 135.19º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CAB70 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 171 112 -
CMYK 0.46 0 0.35 0.33
HSL 135.19º 0.32% 0.52% -
HSV(B) 135.19º 0.46% 0.67% -
XYZ 21.9 32.57 20.46 -
YUV 140.65 111.83 93.3 -
System Red Green Blue C M Y K H S L
Decimal 92 171 112 0.46 0 0.35 0.33 135.19 0.32 0.52
Hex 5C AB 70 2E 0 23 21 87 20 34
Octal 134 253 160 56 0 43 41 207 40 64
Binary 1011100 10101011 1110000 101110 0 100011 100001 10000111 100000 110100

Color Harmonies of #5CAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAB70

Black with #5CAB70

Text Example


Text Example

White with #5CAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,171,112); }

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

background-color css

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

 a { background-color: rgb(92,171,112); }

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

border-color css

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

 span { border-color: rgb(92,171,112); }

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