#5ABD61

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

Shades of Fern #5ABD61

Tints of Fern #5ABD61

Color information

#5ABD61 (or 0x5ABD61) is unknown color: approx Fern. HEX triplet: 5A, BD and 61. RGB value is (90,189,97). Sum of RGB (Red+Green+Blue) = 90+189+97=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABD61 is #A5429E. Grayscale: #959595. Windows color (decimal): -10830495 or 6405466. OLE color: 6405466.

HSL color Cylindrical-coordinate representation of color #5ABD61: hue angle of 124.24º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABD61 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB9018997-
CMYK0.5200.490.26
HSL124.24º42.86%54.71%-
HSV(B)124.24º52.38%74.12%-
XYZ24.5739.4317.63-
YUV148.9198.785.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.94%
GREEN value IS 189 (74.22% from 255) = 50.27%
BLUE value IS 97 (38.28% from 255) = 25.80%
R=23.94%
G=50.27%
B=25.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal90189970.5200.490.26124.2442.8654.71
Hex5ABD61340311A7c2b37
Octal13227514164061321745367
Binary10110101011110111000011101000110001110101111100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,189,97); }

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

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

 a { background-color: rgb(90,189,97); }

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

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

 span { border-color: rgb(90,189,97); }

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