Html Css Color HEX #52EC09 Harlequin

📋 copy color: '#52EC09'

red 82 ◦ green 236 ◦ blue 9

#52EC09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #52EC09

Tints of Harlequin #52EC09

RGB

 RED value IS 82 (32.42% from 255) = 25.08%

 GREEN value IS 236 (92.58% from 255) = 72.17%

 BLUE value IS 9 (3.91% from 255) = 2.75%

R = 25.08%
G = 72.17%
B = 2.75%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#52EC09 (or 0x52EC09) is known color: Harlequin. HEX triplet: 52, EC and 09. RGB value is (82,236,9). Sum of RGB (Red+Green+Blue) = 82+236+9=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 236 (92.58% from 255 or 72.17% from 327); Blue value is 9 (3.91% from 255 or 2.75% from 327); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52EC09 is #AD13F6. Grayscale: #A4A4A4. Windows color (decimal): -11342839 or 650322. OLE color: 650322.

HSL color Cylindrical-coordinate representation of color #52EC09: hue angle of 100.7º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52EC09 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 236 9 -
CMYK 0.65 0 0.96 0.07
HSL 100.7º 0.93% 0.48% -
HSV(B) 100.7º 0.96% 0.93% -
XYZ 33.52 61.8 10.42 -
YUV 164.08 40.48 69.46 -
System Red Green Blue C M Y K H S L
Decimal 82 236 9 0.65 0 0.96 0.07 100.7 0.93 0.48
Hex 52 EC 9 41 0 60 7 65 5D 30
Octal 122 354 11 101 0 140 7 145 135 60
Binary 1010010 11101100 1001 1000001 0 1100000 111 1100101 1011101 110000

Color Harmonies of #52EC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EC09

Black with #52EC09

Text Example


Text Example

White with #52EC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,236,9); }

 H1.HeaderClassName
 {
   color: #52EC09;
 }
 .AnyTagClassName
 {
   color: #52EC09;
 }
</style>

background-color css

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

 a { background-color: rgb(82,236,9); }

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

border-color css

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

 span { border-color: rgb(82,236,9); }

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