#52F918

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

Shades of Harlequin #52F918

Tints of Harlequin #52F918

Color information

#52F918 (or 0x52F918) is unknown color: approx Harlequin. HEX triplet: 52, F9 and 18. RGB value is (82,249,24). Sum of RGB (Red+Green+Blue) = 82+249+24=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 249 (97.66% from 255 or 70.14% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 249 - color contains mainly: green. Hex color #52F918 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F918 is #AD06E7. Grayscale: #AEAEAE. Windows color (decimal): -11339496 or 1636690. OLE color: 1636690.

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

Color convert

RGB8224924-
CMYK0.6700.900.02
HSL104.53º94.94%53.53%-
HSV(B)104.53º90.36%97.65%-
XYZ37.5269.6112.32-
YUV173.4243.6762.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 249 (97.66% from 255) = 70.14%
BLUE value IS 24 (9.77% from 255) = 6.76%
R=23.10%
G=70.14%
B=6.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82249240.6700.900.02104.5394.9453.53
Hex52F9184305A2695f36
Octal122371301030132215113766
Binary101001011111001110001000011010110101011010011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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