#5ABF71

Color #5ABF71 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #5ABF71

Tints of Fern #5ABF71

Color information

#5ABF71 (or 0x5ABF71) is unknown color: approx Fern. HEX triplet: 5A, BF and 71. RGB value is (90,191,113). Sum of RGB (Red+Green+Blue) = 90+191+113=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABF71 is #A5408E. Grayscale: #989898. Windows color (decimal): -10829967 or 7454554. OLE color: 7454554.

HSL color Cylindrical-coordinate representation of color #5ABF71: hue angle of 133.66º 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 #5ABF71 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB90191113-
CMYK0.5300.410.25
HSL133.66º44.1%55.1%-
HSV(B)133.66º52.88%74.9%-
XYZ25.8340.6322.1-
YUV151.91106.0483.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.84%
GREEN value IS 191 (75% from 255) = 48.48%
BLUE value IS 113 (44.53% from 255) = 28.68%
R=22.84%
G=48.48%
B=28.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901911130.5300.410.25133.6644.155.1
Hex5ABF713502919862c37
Octal13227716165051312065467
Binary101101010111111111000111010101010011100110000110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5ABF71;
 }
 .AnyTagClassName
 {
   color: #5ABF71;
 }
</style>
background-color css

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

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

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

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

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

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