#55CB5F

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

Shades of Fern #55CB5F

Tints of Fern #55CB5F

Color information

#55CB5F (or 0x55CB5F) is unknown color: approx Fern. HEX triplet: 55, CB and 5F. RGB value is (85,203,95). Sum of RGB (Red+Green+Blue) = 85+203+95=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CB5F is #AA34A0. Grayscale: #9B9B9B. Windows color (decimal): -11154593 or 6277973. OLE color: 6277973.

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

Color convert

RGB8520395-
CMYK0.5800.530.20
HSL125.08º53.15%56.47%-
HSV(B)125.08º58.13%79.61%-
XYZ27.1745.4718.17-
YUV155.4193.9177.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.19%
GREEN value IS 203 (79.69% from 255) = 53.00%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=22.19%
G=53.00%
B=24.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal85203950.5800.530.20125.0853.1556.47
Hex55CB5F3A035147d3538
Octal12531313772065241756570
Binary10101011100101110111111110100110101101001111101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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