#52FA18

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

Shades of Harlequin #52FA18

Tints of Harlequin #52FA18

Color information

#52FA18 (or 0x52FA18) is unknown color: approx Harlequin. HEX triplet: 52, FA and 18. RGB value is (82,250,24). Sum of RGB (Red+Green+Blue) = 82+250+24=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 250 (98.05% from 255 or 70.22% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA18 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52FA18 is #AD05E7. Grayscale: #AEAEAE. Windows color (decimal): -11339240 or 1636946. OLE color: 1636946.

HSL color Cylindrical-coordinate representation of color #52FA18: hue angle of 104.6º degrees, saturation: 0.96, 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 #52FA18 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB8225024-
CMYK0.6700.900.02
HSL104.6º95.76%53.73%-
HSV(B)104.6º90.4%98.04%-
XYZ37.8370.2312.43-
YUV17443.3462.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.03%
GREEN value IS 250 (98.05% from 255) = 70.22%
BLUE value IS 24 (9.77% from 255) = 6.74%
R=23.03%
G=70.22%
B=6.74%

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
Decimal82250240.6700.900.02104.695.7653.73
Hex52FA184305A2696036
Octal122372301030132215114066
Binary101001011111010110001000011010110101011010011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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