Html Css Color HEX #52EE11 Harlequin

📋 copy color: '#52EE11'

red 82 ◦ green 238 ◦ blue 17

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

Shades of Harlequin #52EE11

Tints of Harlequin #52EE11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.04%

R = 24.33%
G = 70.62%
B = 5.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#52EE11 (or 0x52EE11) is known color: Harlequin. HEX triplet: 52, EE and 11. RGB value is (82,238,17). Sum of RGB (Red+Green+Blue) = 82+238+17=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 238 (93.36% from 255 or 70.62% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 238 - color contains mainly: green. Hex color #52EE11 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52EE11 is #AD11EE. Grayscale: #A6A6A6. Windows color (decimal): -11342319 or 1175122. OLE color: 1175122.

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

Color convert

RGB 82 238 17 -
CMYK 0.66 0 0.93 0.07
HSL 102.35º 0.87% 0.5% -
HSV(B) 102.35º 0.93% 0.93% -
XYZ 34.16 62.98 10.89 -
YUV 166.16 43.82 67.97 -
System Red Green Blue C M Y K H S L
Decimal 82 238 17 0.66 0 0.93 0.07 102.35 0.87 0.5
Hex 52 EE 11 42 0 5D 7 66 57 32
Octal 122 356 21 102 0 135 7 146 127 62
Binary 1010010 11101110 10001 1000010 0 1011101 111 1100110 1010111 110010

Color Harmonies of #52EE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EE11

Black with #52EE11

Text Example


Text Example

White with #52EE11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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