#55FC2C

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

Shades of Harlequin #55FC2C

Tints of Harlequin #55FC2C

Color information

#55FC2C (or 0x55FC2C) is unknown color: approx Harlequin. HEX triplet: 55, FC and 2C. RGB value is (85,252,44). Sum of RGB (Red+Green+Blue) = 85+252+44=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 252 (98.83% from 255 or 66.14% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 252 - color contains mainly: green. Hex color #55FC2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FC2C is #AA03D3. Grayscale: #B3B3B3. Windows color (decimal): -11142100 or 2948181. OLE color: 2948181.

HSL color Cylindrical-coordinate representation of color #55FC2C: hue angle of 108.17º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55FC2C is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB8525244-
CMYK0.6600.830.01
HSL108.17º97.2%58.04%-
HSV(B)108.17º82.54%98.82%-
XYZ39.0171.7314.17-
YUV178.3552.1761.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.31%
GREEN value IS 252 (98.83% from 255) = 66.14%
BLUE value IS 44 (17.58% from 255) = 11.55%
R=22.31%
G=66.14%
B=11.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal85252440.6600.830.01108.1797.258.04
Hex55FC2C4205316c613a
Octal125374541020123115414172
Binary101010111111100101100100001001010011111011001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,252,44); }

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

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

 a { background-color: rgb(85,252,44); }

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

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

 span { border-color: rgb(85,252,44); }

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