#36F306

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

Shades of Harlequin #36F306

Tints of Harlequin #36F306

Color information

#36F306 (or 0x36F306) is unknown color: approx Harlequin. HEX triplet: 36, F3 and 06. RGB value is (54,243,6). Sum of RGB (Red+Green+Blue) = 54+243+6=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 243 (95.31% from 255 or 80.20% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 243 - color contains mainly: green. Hex color #36F306 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F306 is #C90CF9. Grayscale: #A0A0A0. Windows color (decimal): -13176058 or 455478. OLE color: 455478.

HSL color Cylindrical-coordinate representation of color #36F306: hue angle of 107.85º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36F306 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB542436-
CMYK0.7800.980.05
HSL107.85º95.18%48.82%-
HSV(B)107.85º97.53%95.29%-
XYZ33.664.910.93-
YUV159.4741.3852.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.82%
GREEN value IS 243 (95.31% from 255) = 80.20%
BLUE value IS 6 (2.73% from 255) = 1.98%
R=17.82%
G=80.20%
B=1.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal5424360.7800.980.05107.8595.1848.82
Hex36F364E06256c5f31
Octal6636361160142515413761
Binary1101101111001111010011100110001010111011001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,243,6); }

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

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

 a { background-color: rgb(54,243,6); }

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

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

 span { border-color: rgb(54,243,6); }

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