#55FB28

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

Shades of Harlequin #55FB28

Tints of Harlequin #55FB28

Color information

#55FB28 (or 0x55FB28) is unknown color: approx Harlequin. HEX triplet: 55, FB and 28. RGB value is (85,251,40). Sum of RGB (Red+Green+Blue) = 85+251+40=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 251 (98.44% from 255 or 66.76% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 251 - color contains mainly: green. Hex color #55FB28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FB28 is #AA04D7. Grayscale: #B1B1B1. Windows color (decimal): -11142360 or 2685781. OLE color: 2685781.

HSL color Cylindrical-coordinate representation of color #55FB28: hue angle of 107.2º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55FB28 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB8525140-
CMYK0.6600.840.02
HSL107.2º96.35%57.06%-
HSV(B)107.2º84.06%98.43%-
XYZ38.6371.0813.69-
YUV177.3150.562.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.61%
GREEN value IS 251 (98.44% from 255) = 66.76%
BLUE value IS 40 (16.02% from 255) = 10.64%
R=22.61%
G=66.76%
B=10.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal85251400.6600.840.02107.296.3557.06
Hex55FB284205426b6039
Octal125373501020124215314071
Binary1010101111110111010001000010010101001011010111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FB28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,251,40); }

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

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

 a { background-color: rgb(85,251,40); }

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

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

 span { border-color: rgb(85,251,40); }

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