Html Css Color HEX #52EA22 Harlequin

📋 copy color: '#52EA22'

red 82 ◦ green 234 ◦ blue 34

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

Shades of Harlequin #52EA22

Tints of Harlequin #52EA22

RGB

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

 GREEN value IS 234 (91.8% from 255) = 66.86%

 BLUE value IS 34 (13.67% from 255) = 9.71%

R = 23.43%
G = 66.86%
B = 9.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#52EA22 (or 0x52EA22) is known color: Harlequin. HEX triplet: 52, EA and 22. RGB value is (82,234,34). Sum of RGB (Red+Green+Blue) = 82+234+34=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 234 (91.80% from 255 or 66.86% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 234 - color contains mainly: green. Hex color #52EA22 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EA22 is #AD15DD. Grayscale: #A6A6A6. Windows color (decimal): -11343326 or 2288210. OLE color: 2288210.

HSL color Cylindrical-coordinate representation of color #52EA22: hue angle of 105.6º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52EA22 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 234 34 -
CMYK 0.65 0 0.85 0.08
HSL 105.6º 0.83% 0.53% -
HSV(B) 105.6º 0.85% 0.92% -
XYZ 33.19 60.75 11.49 -
YUV 165.75 53.64 68.26 -
System Red Green Blue C M Y K H S L
Decimal 82 234 34 0.65 0 0.85 0.08 105.6 0.83 0.53
Hex 52 EA 22 41 0 55 8 6A 53 35
Octal 122 352 42 101 0 125 10 152 123 65
Binary 1010010 11101010 100010 1000001 0 1010101 1000 1101010 1010011 110101

Color Harmonies of #52EA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EA22

Black with #52EA22

Text Example


Text Example

White with #52EA22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,234,34); }

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

background-color css

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

 a { background-color: rgb(82,234,34); }

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

border-color css

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

 span { border-color: rgb(82,234,34); }

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