#55C953

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

Shades of Fern #55C953

Tints of Fern #55C953

Color information

#55C953 (or 0x55C953) is unknown color: approx Fern. HEX triplet: 55, C9 and 53. RGB value is (85,201,83). Sum of RGB (Red+Green+Blue) = 85+201+83=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 201 (78.91% from 255 or 54.47% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 201 - color contains mainly: green. Hex color #55C953 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C953 is #AA36AC. Grayscale: #999999. Windows color (decimal): -11155117 or 5491029. OLE color: 5491029.

HSL color Cylindrical-coordinate representation of color #55C953: hue angle of 118.98º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55C953 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB8520183-
CMYK0.5800.590.21
HSL118.98º52.21%55.69%-
HSV(B)118.98º58.71%78.82%-
XYZ26.1944.3315.36-
YUV152.8688.5779.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.04%
GREEN value IS 201 (78.91% from 255) = 54.47%
BLUE value IS 83 (32.81% from 255) = 22.49%
R=23.04%
G=54.47%
B=22.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85201830.5800.590.21118.9852.2155.69
Hex55C9533A03B15773438
Octal12531112372073251676470
Binary10101011100100110100111110100111011101011110111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,201,83); }

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

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

 a { background-color: rgb(85,201,83); }

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

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

 span { border-color: rgb(85,201,83); }

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