Html Css Color HEX #5ABF5F Fern

📋 copy color: '#5ABF5F'

red 90 ◦ green 191 ◦ blue 95

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

Shades of Fern #5ABF5F

Tints of Fern #5ABF5F

RGB

 RED value IS 90 (35.55% from 255) = 23.94%

 GREEN value IS 191 (75% from 255) = 50.8%

 BLUE value IS 95 (37.5% from 255) = 25.27%

R = 23.94%
G = 50.8%
B = 25.27%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#5ABF5F (or 0x5ABF5F) is known color: Fern. HEX triplet: 5A, BF and 5F. RGB value is (90,191,95). Sum of RGB (Red+Green+Blue) = 90+191+95=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABF5F is #A540A0. Grayscale: #969696. Windows color (decimal): -10829985 or 6274906. OLE color: 6274906.

HSL color Cylindrical-coordinate representation of color #5ABF5F: hue angle of 122.97º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABF5F is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 191 95 -
CMYK 0.53 0 0.50 0.25
HSL 122.97º 0.44% 0.55% -
HSV(B) 122.97º 0.53% 0.75% -
XYZ 24.91 40.26 17.28 -
YUV 149.86 97.04 85.31 -
System Red Green Blue C M Y K H S L
Decimal 90 191 95 0.53 0 0.50 0.25 122.97 0.44 0.55
Hex 5A BF 5F 35 0 32 19 7B 2C 37
Octal 132 277 137 65 0 62 31 173 54 67
Binary 1011010 10111111 1011111 110101 0 110010 11001 1111011 101100 110111

Color Harmonies of #5ABF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABF5F

Black with #5ABF5F

Text Example


Text Example

White with #5ABF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,191,95); }

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

background-color css

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

 a { background-color: rgb(90,191,95); }

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

border-color css

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

 span { border-color: rgb(90,191,95); }

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