#5ad055

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

Shades of Fern #5AD055

Tints of Fern #5AD055

Color information

#5AD055 (or 0x5AD055) is unknown color: approx Fern. HEX triplet: 5A, D0 and 55. RGB value is (90,208,85). Sum of RGB (Red+Green+Blue) = 90+208+85=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 208 (81.64% from 255 or 54.31% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD055 is #A52FAA. Grayscale: #9F9F9F. Windows color (decimal): -10825643 or 5623898. OLE color: 5623898.

HSL color Cylindrical-coordinate representation of color #5AD055: hue angle of 117.56º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD055 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB9020885-
CMYK0.5700.590.18
HSL117.56º56.68%57.45%-
HSV(B)117.56º59.13%81.57%-
XYZ28.4147.9416.35-
YUV158.786.4179-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.50%
GREEN value IS 208 (81.64% from 255) = 54.31%
BLUE value IS 85 (33.59% from 255) = 22.19%
R=23.50%
G=54.31%
B=22.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal90208850.5700.590.18117.5656.6857.45
Hex5AD0553903B12763939
Octal13232012571073221667171
Binary10110101101000010101011110010111011100101110110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ad055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,208,85); }

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

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

 a { background-color: rgb(90,208,85); }

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

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

 span { border-color: rgb(90,208,85); }

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