Html Css Color HEX #52C510 Kelly Green

📋 copy color: '#52C510'

red 82 ◦ green 197 ◦ blue 16

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

Shades of Kelly Green #52C510

Tints of Kelly Green #52C510

RGB

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

 GREEN value IS 197 (77.34% from 255) = 66.78%

 BLUE value IS 16 (6.64% from 255) = 5.42%

R = 27.8%
G = 66.78%
B = 5.42%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#52C510 (or 0x52C510) is known color: Kelly Green. HEX triplet: 52, C5 and 10. RGB value is (82,197,16). Sum of RGB (Red+Green+Blue) = 82+197+16=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 197 (77.34% from 255 or 66.78% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 197 - color contains mainly: green. Hex color #52C510 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C510 is #AD3AEF. Grayscale: #8E8E8E. Windows color (decimal): -11352816 or 1099090. OLE color: 1099090.

HSL color Cylindrical-coordinate representation of color #52C510: hue angle of 98.12º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #52C510 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 197 16 -
CMYK 0.58 0 0.92 0.23
HSL 98.12º 0.85% 0.42% -
HSV(B) 98.12º 0.92% 0.77% -
XYZ 23.54 41.76 7.31 -
YUV 141.98 56.9 85.22 -
System Red Green Blue C M Y K H S L
Decimal 82 197 16 0.58 0 0.92 0.23 98.12 0.85 0.42
Hex 52 C5 10 3A 0 5C 17 62 55 2A
Octal 122 305 20 72 0 134 27 142 125 52
Binary 1010010 11000101 10000 111010 0 1011100 10111 1100010 1010101 101010

Color Harmonies of #52C510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C510

Black with #52C510

Text Example


Text Example

White with #52C510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,197,16); }

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

background-color css

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

 a { background-color: rgb(82,197,16); }

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

border-color css

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

 span { border-color: rgb(82,197,16); }

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