#55CB5A

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

Shades of Fern #55CB5A

Tints of Fern #55CB5A

Color information

#55CB5A (or 0x55CB5A) is unknown color: approx Fern. HEX triplet: 55, CB and 5A. RGB value is (85,203,90). Sum of RGB (Red+Green+Blue) = 85+203+90=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 203 (79.69% from 255 or 53.70% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CB5A is #AA34A5. Grayscale: #9B9B9B. Windows color (decimal): -11154598 or 5950293. OLE color: 5950293.

HSL color Cylindrical-coordinate representation of color #55CB5A: hue angle of 122.54º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CB5A is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB8520390-
CMYK0.5800.560.20
HSL122.54º53.15%56.47%-
HSV(B)122.54º58.13%79.61%-
XYZ26.9545.3817.01-
YUV154.8491.4178.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.49%
GREEN value IS 203 (79.69% from 255) = 53.70%
BLUE value IS 90 (35.55% from 255) = 23.81%
R=22.49%
G=53.70%
B=23.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal85203900.5800.560.20122.5453.1556.47
Hex55CB5A3A038147b3538
Octal12531313272070241736570
Binary10101011100101110110101110100111000101001111011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55CB5A; }

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

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

<style>
 a { background-color: #55CB5A; }

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

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

<style>
 span { border-color: #55CB5A; }

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

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