Html Css Color HEX #52F220 Harlequin

📋 copy color: '#52F220'

red 82 ◦ green 242 ◦ blue 32

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

Shades of Harlequin #52F220

Tints of Harlequin #52F220

RGB

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

 GREEN value IS 242 (94.92% from 255) = 67.98%

 BLUE value IS 32 (12.89% from 255) = 8.99%

R = 23.03%
G = 67.98%
B = 8.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#52F220 (or 0x52F220) is known color: Harlequin. HEX triplet: 52, F2 and 20. RGB value is (82,242,32). Sum of RGB (Red+Green+Blue) = 82+242+32=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 242 (94.92% from 255 or 67.98% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 242 - color contains mainly: green. Hex color #52F220 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F220 is #AD0DDF. Grayscale: #AAAAAA. Windows color (decimal): -11341280 or 2159186. OLE color: 2159186.

HSL color Cylindrical-coordinate representation of color #52F220: hue angle of 105.71º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52F220 is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 242 32 -
CMYK 0.66 0 0.87 0.05
HSL 105.71º 0.89% 0.54% -
HSV(B) 105.71º 0.87% 0.95% -
XYZ 35.49 65.4 12.12 -
YUV 170.22 49.99 65.08 -
System Red Green Blue C M Y K H S L
Decimal 82 242 32 0.66 0 0.87 0.05 105.71 0.89 0.54
Hex 52 F2 20 42 0 57 5 6A 59 36
Octal 122 362 40 102 0 127 5 152 131 66
Binary 1010010 11110010 100000 1000010 0 1010111 101 1101010 1011001 110110

Color Harmonies of #52F220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F220

Black with #52F220

Text Example


Text Example

White with #52F220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,242,32); }

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

background-color css

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

 a { background-color: rgb(82,242,32); }

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

border-color css

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

 span { border-color: rgb(82,242,32); }

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