#36E601

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

Shades of Harlequin #36E601

Tints of Harlequin #36E601

Color information

#36E601 (or 0x36E601) is unknown color: approx Harlequin. HEX triplet: 36, E6 and 01. RGB value is (54,230,1). Sum of RGB (Red+Green+Blue) = 54+230+1=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 230 (90.23% from 255 or 80.70% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 230 - color contains mainly: green. Hex color #36E601 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36E601 is #C919FE. Grayscale: #989898. Windows color (decimal): -13179391 or 124470. OLE color: 124470.

HSL color Cylindrical-coordinate representation of color #36E601: hue angle of 106.11º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36E601 is Cyan = 0.77, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB542301-
CMYK0.7701.000.10
HSL106.11º99.13%45.29%-
HSV(B)106.11º99.57%90.2%-
XYZ29.8257.389.53-
YUV151.2743.1958.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 230 (90.23% from 255) = 80.70%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=18.95%
G=80.70%
B=0.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal5423010.7701.000.10106.1199.1345.29
Hex36E614D064A6a632d
Octal66346111501441215214355
Binary110110111001101100110101100100101011010101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36E601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,230,1); }

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

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

 a { background-color: rgb(54,230,1); }

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

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

 span { border-color: rgb(54,230,1); }

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