Html Css Color HEX #52E818 Harlequin

📋 copy color: '#52E818'

red 82 ◦ green 232 ◦ blue 24

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

Shades of Harlequin #52E818

Tints of Harlequin #52E818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.1%

R = 24.26%
G = 68.64%
B = 7.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#52E818 (or 0x52E818) is known color: Harlequin. HEX triplet: 52, E8 and 18. RGB value is (82,232,24). Sum of RGB (Red+Green+Blue) = 82+232+24=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 232 (91.02% from 255 or 68.64% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 232 - color contains mainly: green. Hex color #52E818 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52E818 is #AD17E7. Grayscale: #A4A4A4. Windows color (decimal): -11343848 or 1632338. OLE color: 1632338.

HSL color Cylindrical-coordinate representation of color #52E818: hue angle of 103.27º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52E818 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 232 24 -
CMYK 0.65 0 0.90 0.09
HSL 103.27º 0.82% 0.5% -
HSV(B) 103.27º 0.9% 0.91% -
XYZ 32.5 59.57 10.65 -
YUV 163.44 49.31 69.91 -
System Red Green Blue C M Y K H S L
Decimal 82 232 24 0.65 0 0.90 0.09 103.27 0.82 0.5
Hex 52 E8 18 41 0 5A 9 67 52 32
Octal 122 350 30 101 0 132 11 147 122 62
Binary 1010010 11101000 11000 1000001 0 1011010 1001 1100111 1010010 110010

Color Harmonies of #52E818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E818

Black with #52E818

Text Example


Text Example

White with #52E818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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