#36DD10

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

Shades of Harlequin #36DD10

Tints of Harlequin #36DD10

Color information

#36DD10 (or 0x36DD10) is unknown color: approx Harlequin. HEX triplet: 36, DD and 10. RGB value is (54,221,16). Sum of RGB (Red+Green+Blue) = 54+221+16=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 221 (86.72% from 255 or 75.95% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 221 - color contains mainly: green. Hex color #36DD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36DD10 is #C922EF. Grayscale: #949494. Windows color (decimal): -13181680 or 1105206. OLE color: 1105206.

HSL color Cylindrical-coordinate representation of color #36DD10: hue angle of 108.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36DD10 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB5422116-
CMYK0.7600.930.13
HSL108.88º86.5%46.47%-
HSV(B)108.88º92.76%86.67%-
XYZ27.4752.539.18-
YUV147.753.6761.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.56%
GREEN value IS 221 (86.72% from 255) = 75.95%
BLUE value IS 16 (6.64% from 255) = 5.50%
R=18.56%
G=75.95%
B=5.50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal54221160.7600.930.13108.8886.546.47
Hex36DD104C05DD6d562e
Octal663352011401351515512656
Binary1101101101110110000100110001011101110111011011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36DD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,221,16); }

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

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

 a { background-color: rgb(54,221,16); }

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

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

 span { border-color: rgb(54,221,16); }

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