#55CB5E

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

Shades of Fern #55CB5E

Tints of Fern #55CB5E

Color information

#55CB5E (or 0x55CB5E) is unknown color: approx Fern. HEX triplet: 55, CB and 5E. RGB value is (85,203,94). Sum of RGB (Red+Green+Blue) = 85+203+94=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 203 (79.69% from 255 or 53.14% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CB5E is #AA34A1. Grayscale: #9B9B9B. Windows color (decimal): -11154594 or 6212437. OLE color: 6212437.

HSL color Cylindrical-coordinate representation of color #55CB5E: hue angle of 124.58º 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 #55CB5E is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB8520394-
CMYK0.5800.540.20
HSL124.58º53.15%56.47%-
HSV(B)124.58º58.13%79.61%-
XYZ27.1245.4517.93-
YUV155.2993.4177.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.25%
GREEN value IS 203 (79.69% from 255) = 53.14%
BLUE value IS 94 (37.11% from 255) = 24.61%
R=22.25%
G=53.14%
B=24.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal85203940.5800.540.20124.5853.1556.47
Hex55CB5E3A036147d3538
Octal12531313672066241756570
Binary10101011100101110111101110100110110101001111101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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