#52EF06

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

Shades of Harlequin #52EF06

Tints of Harlequin #52EF06

Color information

#52EF06 (or 0x52EF06) is unknown color: approx Harlequin. HEX triplet: 52, EF and 06. RGB value is (82,239,6). Sum of RGB (Red+Green+Blue) = 82+239+6=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 239 (93.75% from 255 or 73.09% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 239 - color contains mainly: green. Hex color #52EF06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52EF06 is #AD10F9. Grayscale: #A6A6A6. Windows color (decimal): -11342074 or 454482. OLE color: 454482.

HSL color Cylindrical-coordinate representation of color #52EF06: hue angle of 100.43º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52EF06 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB822396-
CMYK0.6600.970.06
HSL100.43º95.1%48.04%-
HSV(B)100.43º97.49%93.73%-
XYZ34.3863.5410.62-
YUV165.4937.9968.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.08%
GREEN value IS 239 (93.75% from 255) = 73.09%
BLUE value IS 6 (2.73% from 255) = 1.83%
R=25.08%
G=73.09%
B=1.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal8223960.6600.970.06100.4395.148.04
Hex52EF6420616645f30
Octal12235761020141614413760
Binary10100101110111111010000100110000111011001001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EF06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52EF06; }

 p { color: rgb(82,239,6); }

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

<style>
 a { background-color: #52EF06; }

 a { background-color: rgb(82,239,6); }

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

<style>
 span { border-color: #52EF06; }

 span { border-color: rgb(82,239,6); }

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