#52F027

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

Shades of Harlequin #52F027

Tints of Harlequin #52F027

Color information

#52F027 (or 0x52F027) is unknown color: approx Harlequin. HEX triplet: 52, F0 and 27. RGB value is (82,240,39). Sum of RGB (Red+Green+Blue) = 82+240+39=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 240 (94.14% from 255 or 66.48% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 240 - color contains mainly: green. Hex color #52F027 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F027 is #AD0FD8. Grayscale: #AAAAAA. Windows color (decimal): -11341785 or 2617426. OLE color: 2617426.

HSL color Cylindrical-coordinate representation of color #52F027: hue angle of 107.16º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52F027 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB8224039-
CMYK0.6600.840.06
HSL107.16º87.01%54.71%-
HSV(B)107.16º83.75%94.12%-
XYZ35.0164.2612.48-
YUV169.8454.1565.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 240 (94.14% from 255) = 66.48%
BLUE value IS 39 (15.62% from 255) = 10.80%
R=22.71%
G=66.48%
B=10.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal82240390.6600.840.06107.1687.0154.71
Hex52F0274205466b5737
Octal122360471020124615312767
Binary10100101111000010011110000100101010011011010111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,240,39); }

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

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

 a { background-color: rgb(82,240,39); }

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

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

 span { border-color: rgb(82,240,39); }

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