Html Css Color HEX #52E718 Harlequin

📋 copy color: '#52E718'

red 82 ◦ green 231 ◦ blue 24

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

Shades of Harlequin #52E718

Tints of Harlequin #52E718

RGB

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

 GREEN value IS 231 (90.63% from 255) = 68.55%

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

R = 24.33%
G = 68.55%
B = 7.12%

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

#52E718 (or 0x52E718) is known color: Harlequin. HEX triplet: 52, E7 and 18. RGB value is (82,231,24). Sum of RGB (Red+Green+Blue) = 82+231+24=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 231 (90.62% from 255 or 68.55% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 231 - color contains mainly: green. Hex color #52E718 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52E718 is #AD18E7. Grayscale: #A3A3A3. Windows color (decimal): -11344104 or 1632082. OLE color: 1632082.

HSL color Cylindrical-coordinate representation of color #52E718: hue angle of 103.19º degrees, saturation: 0.81, 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 #52E718 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 231 24 -
CMYK 0.65 0 0.90 0.09
HSL 103.19º 0.81% 0.5% -
HSV(B) 103.19º 0.9% 0.91% -
XYZ 32.22 59.01 10.56 -
YUV 162.85 49.64 70.33 -
System Red Green Blue C M Y K H S L
Decimal 82 231 24 0.65 0 0.90 0.09 103.19 0.81 0.5
Hex 52 E7 18 41 0 5A 9 67 51 32
Octal 122 347 30 101 0 132 11 147 121 62
Binary 1010010 11100111 11000 1000001 0 1011010 1001 1100111 1010001 110010

Color Harmonies of #52E718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E718

Black with #52E718

Text Example


Text Example

White with #52E718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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