#36FC03

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

Shades of Harlequin #36FC03

Tints of Harlequin #36FC03

Color information

#36FC03 (or 0x36FC03) is unknown color: approx Harlequin. HEX triplet: 36, FC and 03. RGB value is (54,252,3). Sum of RGB (Red+Green+Blue) = 54+252+3=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 252 (98.83% from 255 or 81.55% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 252 - color contains mainly: green. Hex color #36FC03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36FC03 is #C903FC. Grayscale: #A5A5A5. Windows color (decimal): -13173757 or 261174. OLE color: 261174.

HSL color Cylindrical-coordinate representation of color #36FC03: hue angle of 107.71º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36FC03 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB542523-
CMYK0.7900.990.01
HSL107.71º97.65%50%-
HSV(B)107.71º98.81%98.82%-
XYZ36.3570.4111.76-
YUV164.4136.949.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.48%
GREEN value IS 252 (98.83% from 255) = 81.55%
BLUE value IS 3 (1.56% from 255) = 0.97%
R=17.48%
G=81.55%
B=0.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal5425230.7900.990.01107.7197.6550
Hex36FC34F06316c6232
Octal6637431170143115414262
Binary1101101111110011100111101100011111011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36FC03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36FC03; }

 p { color: rgb(54,252,3); }

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

<style>
 a { background-color: #36FC03; }

 a { background-color: rgb(54,252,3); }

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

<style>
 span { border-color: #36FC03; }

 span { border-color: rgb(54,252,3); }

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