Html Css Color HEX #52E709 Harlequin

📋 copy color: '#52E709'

red 82 ◦ green 231 ◦ blue 9

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

Shades of Harlequin #52E709

Tints of Harlequin #52E709

RGB

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

 GREEN value IS 231 (90.63% from 255) = 71.74%

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

R = 25.47%
G = 71.74%
B = 2.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#52E709 (or 0x52E709) is known color: Harlequin. HEX triplet: 52, E7 and 09. RGB value is (82,231,9). Sum of RGB (Red+Green+Blue) = 82+231+9=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 231 (90.62% from 255 or 71.74% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 231 - color contains mainly: green. Hex color #52E709 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52E709 is #AD18F6. Grayscale: #A1A1A1. Windows color (decimal): -11344119 or 649042. OLE color: 649042.

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

Color convert

RGB 82 231 9 -
CMYK 0.65 0 0.96 0.09
HSL 100.27º 0.93% 0.47% -
HSV(B) 100.27º 0.96% 0.91% -
XYZ 32.1 58.97 9.95 -
YUV 161.14 42.14 71.55 -
System Red Green Blue C M Y K H S L
Decimal 82 231 9 0.65 0 0.96 0.09 100.27 0.93 0.47
Hex 52 E7 9 41 0 60 9 64 5C 2F
Octal 122 347 11 101 0 140 11 144 134 57
Binary 1010010 11100111 1001 1000001 0 1100000 1001 1100100 1011100 101111

Color Harmonies of #52E709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E709

Black with #52E709

Text Example


Text Example

White with #52E709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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