Html Css Color HEX #52ED09 Harlequin

📋 copy color: '#52ED09'

red 82 ◦ green 237 ◦ blue 9

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

Shades of Harlequin #52ED09

Tints of Harlequin #52ED09

RGB

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

 GREEN value IS 237 (92.97% from 255) = 72.26%

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

R = 25%
G = 72.26%
B = 2.74%

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

#52ED09 (or 0x52ED09) is known color: Harlequin. HEX triplet: 52, ED and 09. RGB value is (82,237,9). Sum of RGB (Red+Green+Blue) = 82+237+9=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 237 (92.97% from 255 or 72.26% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 237 - color contains mainly: green. Hex color #52ED09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52ED09 is #AD12F6. Grayscale: #A5A5A5. Windows color (decimal): -11342583 or 650578. OLE color: 650578.

HSL color Cylindrical-coordinate representation of color #52ED09: hue angle of 100.79º 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 #52ED09 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 237 9 -
CMYK 0.65 0 0.96 0.07
HSL 100.79º 0.93% 0.48% -
HSV(B) 100.79º 0.96% 0.93% -
XYZ 33.81 62.38 10.52 -
YUV 164.66 40.15 69.04 -
System Red Green Blue C M Y K H S L
Decimal 82 237 9 0.65 0 0.96 0.07 100.79 0.93 0.48
Hex 52 ED 9 41 0 60 7 65 5D 30
Octal 122 355 11 101 0 140 7 145 135 60
Binary 1010010 11101101 1001 1000001 0 1100000 111 1100101 1011101 110000

Color Harmonies of #52ED09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ED09

Black with #52ED09

Text Example


Text Example

White with #52ED09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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