Html Css Color HEX #52A821 Kelly Green

📋 copy color: '#52A821'

red 82 ◦ green 168 ◦ blue 33

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

Shades of Kelly Green #52A821

Tints of Kelly Green #52A821

RGB

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

 GREEN value IS 168 (66.02% from 255) = 59.36%

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

R = 28.98%
G = 59.36%
B = 11.66%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#52A821 (or 0x52A821) is known color: Kelly Green. HEX triplet: 52, A8 and 21. RGB value is (82,168,33). Sum of RGB (Red+Green+Blue) = 82+168+33=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 168 (66.02% from 255 or 59.36% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 168 - color contains mainly: green. Hex color #52A821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A821 is #AD57DE. Grayscale: #7F7F7F. Windows color (decimal): -11360223 or 2205778. OLE color: 2205778.

HSL color Cylindrical-coordinate representation of color #52A821: hue angle of 98.22º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52A821 is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB 82 168 33 -
CMYK 0.51 0 0.80 0.34
HSL 98.22º 0.67% 0.39% -
HSV(B) 98.22º 0.8% 0.66% -
XYZ 17.76 29.91 6.28 -
YUV 126.9 75.01 95.98 -
System Red Green Blue C M Y K H S L
Decimal 82 168 33 0.51 0 0.80 0.34 98.22 0.67 0.39
Hex 52 A8 21 33 0 50 22 62 43 27
Octal 122 250 41 63 0 120 42 142 103 47
Binary 1010010 10101000 100001 110011 0 1010000 100010 1100010 1000011 100111

Color Harmonies of #52A821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A821

Black with #52A821

Text Example


Text Example

White with #52A821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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