Html Css Color HEX #52F221 Harlequin

📋 copy color: '#52F221'

red 82 ◦ green 242 ◦ blue 33

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

Shades of Harlequin #52F221

Tints of Harlequin #52F221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.24%

R = 22.97%
G = 67.79%
B = 9.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#52F221 (or 0x52F221) is known color: Harlequin. HEX triplet: 52, F2 and 21. RGB value is (82,242,33). Sum of RGB (Red+Green+Blue) = 82+242+33=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 242 (94.92% from 255 or 67.79% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 242 - color contains mainly: green. Hex color #52F221 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F221 is #AD0DDE. Grayscale: #ABABAB. Windows color (decimal): -11341279 or 2224722. OLE color: 2224722.

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

Color convert

RGB 82 242 33 -
CMYK 0.66 0 0.86 0.05
HSL 105.93º 0.89% 0.54% -
HSV(B) 105.93º 0.86% 0.95% -
XYZ 35.51 65.41 12.19 -
YUV 170.33 50.49 64.99 -
System Red Green Blue C M Y K H S L
Decimal 82 242 33 0.66 0 0.86 0.05 105.93 0.89 0.54
Hex 52 F2 21 42 0 56 5 6A 59 36
Octal 122 362 41 102 0 126 5 152 131 66
Binary 1010010 11110010 100001 1000010 0 1010110 101 1101010 1011001 110110

Color Harmonies of #52F221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F221

Black with #52F221

Text Example


Text Example

White with #52F221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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