#36F101

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

Shades of Harlequin #36F101

Tints of Harlequin #36F101

Color information

#36F101 (or 0x36F101) is unknown color: approx Harlequin. HEX triplet: 36, F1 and 01. RGB value is (54,241,1). Sum of RGB (Red+Green+Blue) = 54+241+1=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 241 (94.53% from 255 or 81.42% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 241 - color contains mainly: green. Hex color #36F101 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F101 is #C90EFE. Grayscale: #9E9E9E. Windows color (decimal): -13176575 or 127286. OLE color: 127286.

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

Color convert

RGB542411-
CMYK0.7801.000.05
HSL106.75º99.17%47.45%-
HSV(B)106.75º99.59%94.51%-
XYZ32.9863.710.59-
YUV157.7339.5554.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.24%
GREEN value IS 241 (94.53% from 255) = 81.42%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=18.24%
G=81.42%
B=0.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal5424110.7801.000.05106.7599.1747.45
Hex36F114E06456b632f
Octal6636111160144515314357
Binary11011011110001110011100110010010111010111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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