Html Css Color HEX #52E80E Harlequin

📋 copy color: '#52E80E'

red 82 ◦ green 232 ◦ blue 14

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

Shades of Harlequin #52E80E

Tints of Harlequin #52E80E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 70.73%

 BLUE value IS 14 (5.86% from 255) = 4.27%

R = 25%
G = 70.73%
B = 4.27%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#52E80E (or 0x52E80E) is known color: Harlequin. HEX triplet: 52, E8 and 0E. RGB value is (82,232,14). Sum of RGB (Red+Green+Blue) = 82+232+14=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 232 (91.02% from 255 or 70.73% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 232 - color contains mainly: green. Hex color #52E80E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52E80E is #AD17F1. Grayscale: #A3A3A3. Windows color (decimal): -11343858 or 976978. OLE color: 976978.

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

Color convert

RGB 82 232 14 -
CMYK 0.65 0 0.94 0.09
HSL 101.28º 0.89% 0.48% -
HSV(B) 101.28º 0.94% 0.91% -
XYZ 32.42 59.54 10.2 -
YUV 162.3 44.31 70.73 -
System Red Green Blue C M Y K H S L
Decimal 82 232 14 0.65 0 0.94 0.09 101.28 0.89 0.48
Hex 52 E8 E 41 0 5E 9 65 59 30
Octal 122 350 16 101 0 136 11 145 131 60
Binary 1010010 11101000 1110 1000001 0 1011110 1001 1100101 1011001 110000

Color Harmonies of #52E80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E80E

Black with #52E80E

Text Example


Text Example

White with #52E80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,232,14); }

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

background-color css

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

 a { background-color: rgb(82,232,14); }

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

border-color css

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

 span { border-color: rgb(82,232,14); }

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