#5AD85B

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

Shades of Fern #5AD85B

Tints of Fern #5AD85B

Color information

#5AD85B (or 0x5AD85B) is unknown color: approx Fern. HEX triplet: 5A, D8 and 5B. RGB value is (90,216,91). Sum of RGB (Red+Green+Blue) = 90+216+91=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #5AD85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD85B is #A527A4. Grayscale: #A4A4A4. Windows color (decimal): -10823589 or 6019162. OLE color: 6019162.

HSL color Cylindrical-coordinate representation of color #5AD85B: hue angle of 120.48º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD85B is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB9021691-
CMYK0.5800.580.15
HSL120.48º61.76%60%-
HSV(B)120.48º58.33%84.71%-
XYZ30.6652.0418.33-
YUV164.0886.7675.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.67%
GREEN value IS 216 (84.77% from 255) = 54.41%
BLUE value IS 91 (35.94% from 255) = 22.92%
R=22.67%
G=54.41%
B=22.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal90216910.5800.580.15120.4861.7660
Hex5AD85B3A03AF783e3c
Octal13233013372072171707674
Binary1011010110110001011011111010011101011111111000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,216,91); }

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

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

 a { background-color: rgb(90,216,91); }

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

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

 span { border-color: rgb(90,216,91); }

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