Html Css Color HEX #52E314 Harlequin

📋 copy color: '#52E314'

red 82 ◦ green 227 ◦ blue 20

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

Shades of Harlequin #52E314

Tints of Harlequin #52E314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.08%

R = 24.92%
G = 69%
B = 6.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#52E314 (or 0x52E314) is known color: Harlequin. HEX triplet: 52, E3 and 14. RGB value is (82,227,20). Sum of RGB (Red+Green+Blue) = 82+227+20=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 227 (89.06% from 255 or 69.00% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 227 - color contains mainly: green. Hex color #52E314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E314 is #AD1CEB. Grayscale: #A0A0A0. Windows color (decimal): -11345132 or 1368914. OLE color: 1368914.

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

Color convert

RGB 82 227 20 -
CMYK 0.64 0 0.91 0.11
HSL 102.03º 0.84% 0.48% -
HSV(B) 102.03º 0.91% 0.89% -
XYZ 31.08 56.78 9.98 -
YUV 160.05 48.96 72.33 -
System Red Green Blue C M Y K H S L
Decimal 82 227 20 0.64 0 0.91 0.11 102.03 0.84 0.48
Hex 52 E3 14 40 0 5B B 66 54 30
Octal 122 343 24 100 0 133 13 146 124 60
Binary 1010010 11100011 10100 1000000 0 1011011 1011 1100110 1010100 110000

Color Harmonies of #52E314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E314

Black with #52E314

Text Example


Text Example

White with #52E314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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