#52F902

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

Shades of Harlequin #52F902

Tints of Harlequin #52F902

Color information

#52F902 (or 0x52F902) is unknown color: approx Harlequin. HEX triplet: 52, F9 and 02. RGB value is (82,249,2). Sum of RGB (Red+Green+Blue) = 82+249+2=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 249 (97.66% from 255 or 74.77% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 249 - color contains mainly: green. Hex color #52F902 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F902 is #AD06FD. Grayscale: #ABABAB. Windows color (decimal): -11339518 or 194898. OLE color: 194898.

HSL color Cylindrical-coordinate representation of color #52F902: hue angle of 100.57º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52F902 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB822492-
CMYK0.6700.990.02
HSL100.57º98.41%49.22%-
HSV(B)100.57º99.2%97.65%-
XYZ37.3769.5511.51-
YUV170.9132.6764.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 249 (97.66% from 255) = 74.77%
BLUE value IS 2 (1.17% from 255) = 0.60%
R=24.62%
G=74.77%
B=0.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal8224920.6700.990.02100.5798.4149.22
Hex52F92430632656231
Octal12237121030143214514261
Binary101001011111001101000011011000111011001011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,249,2); }

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

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

 a { background-color: rgb(82,249,2); }

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

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

 span { border-color: rgb(82,249,2); }

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