Html Css Color HEX #52C921 Kelly Green

📋 copy color: '#52C921'

red 82 ◦ green 201 ◦ blue 33

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

Shades of Kelly Green #52C921

Tints of Kelly Green #52C921

RGB

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

 GREEN value IS 201 (78.91% from 255) = 63.61%

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

R = 25.95%
G = 63.61%
B = 10.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#52C921 (or 0x52C921) is known color: Kelly Green. HEX triplet: 52, C9 and 21. RGB value is (82,201,33). Sum of RGB (Red+Green+Blue) = 82+201+33=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 201 (78.91% from 255 or 63.61% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 201 - color contains mainly: green. Hex color #52C921 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C921 is #AD36DE. Grayscale: #929292. Windows color (decimal): -11351775 or 2214226. OLE color: 2214226.

HSL color Cylindrical-coordinate representation of color #52C921: hue angle of 102.5º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52C921 is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 201 33 -
CMYK 0.59 0 0.84 0.21
HSL 102.5º 0.72% 0.46% -
HSV(B) 102.5º 0.84% 0.79% -
XYZ 24.64 43.68 8.57 -
YUV 146.27 64.08 82.16 -
System Red Green Blue C M Y K H S L
Decimal 82 201 33 0.59 0 0.84 0.21 102.5 0.72 0.46
Hex 52 C9 21 3B 0 54 15 66 48 2E
Octal 122 311 41 73 0 124 25 146 110 56
Binary 1010010 11001001 100001 111011 0 1010100 10101 1100110 1001000 101110

Color Harmonies of #52C921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C921

Black with #52C921

Text Example


Text Example

White with #52C921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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