#52F102

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

Shades of Harlequin #52F102

Tints of Harlequin #52F102

Color information

#52F102 (or 0x52F102) is unknown color: approx Harlequin. HEX triplet: 52, F1 and 02. RGB value is (82,241,2). Sum of RGB (Red+Green+Blue) = 82+241+2=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 241 (94.53% from 255 or 74.15% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 241 - color contains mainly: green. Hex color #52F102 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F102 is #AD0EFD. Grayscale: #A7A7A7. Windows color (decimal): -11341566 or 192850. OLE color: 192850.

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

Color convert

RGB822412-
CMYK0.6600.990.05
HSL99.92º98.35%47.65%-
HSV(B)99.92º99.17%94.51%-
XYZ34.9564.7110.71-
YUV166.2135.3267.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.23%
GREEN value IS 241 (94.53% from 255) = 74.15%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=25.23%
G=74.15%
B=0.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal8224120.6600.990.0599.9298.3547.65
Hex52F12420635646230
Octal12236121020143514414260
Binary1010010111100011010000100110001110111001001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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