Html Css Color HEX #52C321 Kelly Green

📋 copy color: '#52C321'

red 82 ◦ green 195 ◦ blue 33

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

Shades of Kelly Green #52C321

Tints of Kelly Green #52C321

RGB

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

 GREEN value IS 195 (76.56% from 255) = 62.9%

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

R = 26.45%
G = 62.9%
B = 10.65%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#52C321 (or 0x52C321) is known color: Kelly Green. HEX triplet: 52, C3 and 21. RGB value is (82,195,33). Sum of RGB (Red+Green+Blue) = 82+195+33=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 195 (76.56% from 255 or 62.90% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 195 - color contains mainly: green. Hex color #52C321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C321 is #AD3CDE. Grayscale: #8F8F8F. Windows color (decimal): -11353311 or 2212690. OLE color: 2212690.

HSL color Cylindrical-coordinate representation of color #52C321: hue angle of 101.85º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52C321 is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 195 33 -
CMYK 0.58 0 0.83 0.24
HSL 101.85º 0.71% 0.45% -
HSV(B) 101.85º 0.83% 0.76% -
XYZ 23.27 40.93 8.11 -
YUV 142.75 66.06 84.67 -
System Red Green Blue C M Y K H S L
Decimal 82 195 33 0.58 0 0.83 0.24 101.85 0.71 0.45
Hex 52 C3 21 3A 0 53 18 66 47 2D
Octal 122 303 41 72 0 123 30 146 107 55
Binary 1010010 11000011 100001 111010 0 1010011 11000 1100110 1000111 101101

Color Harmonies of #52C321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C321

Black with #52C321

Text Example


Text Example

White with #52C321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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