Html Css Color HEX #52B221 Kelly Green

📋 copy color: '#52B221'

red 82 ◦ green 178 ◦ blue 33

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

Shades of Kelly Green #52B221

Tints of Kelly Green #52B221

RGB

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

 GREEN value IS 178 (69.92% from 255) = 60.75%

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

R = 27.99%
G = 60.75%
B = 11.26%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#52B221 (or 0x52B221) is known color: Kelly Green. HEX triplet: 52, B2 and 21. RGB value is (82,178,33). Sum of RGB (Red+Green+Blue) = 82+178+33=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 178 (69.92% from 255 or 60.75% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 178 - color contains mainly: green. Hex color #52B221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52B221 is #AD4DDE. Grayscale: #858585. Windows color (decimal): -11357663 or 2208338. OLE color: 2208338.

HSL color Cylindrical-coordinate representation of color #52B221: hue angle of 99.72º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52B221 is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 178 33 -
CMYK 0.54 0 0.81 0.30
HSL 99.72º 0.69% 0.41% -
HSV(B) 99.72º 0.81% 0.7% -
XYZ 19.67 33.74 6.92 -
YUV 132.77 71.7 91.79 -
System Red Green Blue C M Y K H S L
Decimal 82 178 33 0.54 0 0.81 0.30 99.72 0.69 0.41
Hex 52 B2 21 36 0 51 1E 64 45 29
Octal 122 262 41 66 0 121 36 144 105 51
Binary 1010010 10110010 100001 110110 0 1010001 11110 1100100 1000101 101001

Color Harmonies of #52B221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B221

Black with #52B221

Text Example


Text Example

White with #52B221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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