#36F804

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

Shades of Harlequin #36F804

Tints of Harlequin #36F804

Color information

#36F804 (or 0x36F804) is unknown color: approx Harlequin. HEX triplet: 36, F8 and 04. RGB value is (54,248,4). Sum of RGB (Red+Green+Blue) = 54+248+4=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 248 (97.27% from 255 or 81.05% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 248 - color contains mainly: green. Hex color #36F804 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F804 is #C907FB. Grayscale: #A2A2A2. Windows color (decimal): -13174780 or 325686. OLE color: 325686.

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

Color convert

RGB542484-
CMYK0.7800.980.03
HSL107.7º96.83%49.41%-
HSV(B)107.7º98.39%97.25%-
XYZ35.1167.9311.38-
YUV162.1838.7350.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.65%
GREEN value IS 248 (97.27% from 255) = 81.05%
BLUE value IS 4 (1.95% from 255) = 1.31%
R=17.65%
G=81.05%
B=1.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal5424840.7800.980.03107.796.8349.41
Hex36F844E06236c6131
Octal6637041160142315414161
Binary110110111110001001001110011000101111011001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,248,4); }

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

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

 a { background-color: rgb(54,248,4); }

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

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

 span { border-color: rgb(54,248,4); }

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