#52F104

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

Shades of Harlequin #52F104

Tints of Harlequin #52F104

Color information

#52F104 (or 0x52F104) is unknown color: approx Harlequin. HEX triplet: 52, F1 and 04. RGB value is (82,241,4). Sum of RGB (Red+Green+Blue) = 82+241+4=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 241 (94.53% from 255 or 73.70% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 241 - color contains mainly: green. Hex color #52F104 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F104 is #AD0EFB. Grayscale: #A7A7A7. Windows color (decimal): -11341564 or 323922. OLE color: 323922.

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

Color convert

RGB822414-
CMYK0.6600.980.05
HSL100.25º96.73%48.04%-
HSV(B)100.25º98.34%94.51%-
XYZ34.9664.7110.76-
YUV166.4436.3267.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.08%
GREEN value IS 241 (94.53% from 255) = 73.70%
BLUE value IS 4 (1.95% from 255) = 1.22%
R=25.08%
G=73.70%
B=1.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal8224140.6600.980.05100.2596.7348.04
Hex52F14420625646130
Octal12236141020142514414160
Binary10100101111000110010000100110001010111001001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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