Html Css Color HEX #52EE09 Harlequin

📋 copy color: '#52EE09'

red 82 ◦ green 238 ◦ blue 9

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

Shades of Harlequin #52EE09

Tints of Harlequin #52EE09

RGB

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

 GREEN value IS 238 (93.36% from 255) = 72.34%

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

R = 24.92%
G = 72.34%
B = 2.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#52EE09 (or 0x52EE09) is known color: Harlequin. HEX triplet: 52, EE and 09. RGB value is (82,238,9). Sum of RGB (Red+Green+Blue) = 82+238+9=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 238 (93.36% from 255 or 72.34% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 238 - color contains mainly: green. Hex color #52EE09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52EE09 is #AD11F6. Grayscale: #A6A6A6. Windows color (decimal): -11342327 or 650834. OLE color: 650834.

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

Color convert

RGB 82 238 9 -
CMYK 0.66 0 0.96 0.07
HSL 100.87º 0.93% 0.48% -
HSV(B) 100.87º 0.96% 0.93% -
XYZ 34.1 62.96 10.61 -
YUV 165.25 39.82 68.62 -
System Red Green Blue C M Y K H S L
Decimal 82 238 9 0.66 0 0.96 0.07 100.87 0.93 0.48
Hex 52 EE 9 42 0 60 7 65 5D 30
Octal 122 356 11 102 0 140 7 145 135 60
Binary 1010010 11101110 1001 1000010 0 1100000 111 1100101 1011101 110000

Color Harmonies of #52EE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EE09

Black with #52EE09

Text Example


Text Example

White with #52EE09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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