Html Css Color HEX #52E310 Harlequin

📋 copy color: '#52E310'

red 82 ◦ green 227 ◦ blue 16

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

Shades of Harlequin #52E310

Tints of Harlequin #52E310

RGB

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

 GREEN value IS 227 (89.06% from 255) = 69.85%

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 25.23%
G = 69.85%
B = 4.92%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#52E310 (or 0x52E310) is known color: Harlequin. HEX triplet: 52, E3 and 10. RGB value is (82,227,16). Sum of RGB (Red+Green+Blue) = 82+227+16=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 227 (89.06% from 255 or 69.85% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 227 - color contains mainly: green. Hex color #52E310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E310 is #AD1CEF. Grayscale: #A0A0A0. Windows color (decimal): -11345136 or 1106770. OLE color: 1106770.

HSL color Cylindrical-coordinate representation of color #52E310: hue angle of 101.23º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52E310 is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 227 16 -
CMYK 0.64 0 0.93 0.11
HSL 101.23º 0.87% 0.48% -
HSV(B) 101.23º 0.93% 0.89% -
XYZ 31.04 56.77 9.81 -
YUV 159.59 46.96 72.66 -
System Red Green Blue C M Y K H S L
Decimal 82 227 16 0.64 0 0.93 0.11 101.23 0.87 0.48
Hex 52 E3 10 40 0 5D B 65 57 30
Octal 122 343 20 100 0 135 13 145 127 60
Binary 1010010 11100011 10000 1000000 0 1011101 1011 1100101 1010111 110000

Color Harmonies of #52E310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E310

Black with #52E310

Text Example


Text Example

White with #52E310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,227,16); }

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

background-color css

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

 a { background-color: rgb(82,227,16); }

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

border-color css

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

 span { border-color: rgb(82,227,16); }

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