Html Css Color HEX #52C310 Kelly Green

📋 copy color: '#52C310'

red 82 ◦ green 195 ◦ blue 16

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

Shades of Kelly Green #52C310

Tints of Kelly Green #52C310

RGB

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

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

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

R = 27.99%
G = 66.55%
B = 5.46%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#52C310 (or 0x52C310) is known color: Kelly Green. HEX triplet: 52, C3 and 10. RGB value is (82,195,16). Sum of RGB (Red+Green+Blue) = 82+195+16=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 195 (76.56% from 255 or 66.55% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 195 - color contains mainly: green. Hex color #52C310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C310 is #AD3CEF. Grayscale: #8D8D8D. Windows color (decimal): -11353328 or 1098578. OLE color: 1098578.

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

Color convert

RGB 82 195 16 -
CMYK 0.58 0 0.92 0.24
HSL 97.88º 0.85% 0.41% -
HSV(B) 97.88º 0.92% 0.76% -
XYZ 23.09 40.86 7.16 -
YUV 140.81 57.56 86.05 -
System Red Green Blue C M Y K H S L
Decimal 82 195 16 0.58 0 0.92 0.24 97.88 0.85 0.41
Hex 52 C3 10 3A 0 5C 18 62 55 29
Octal 122 303 20 72 0 134 30 142 125 51
Binary 1010010 11000011 10000 111010 0 1011100 11000 1100010 1010101 101001

Color Harmonies of #52C310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C310

Black with #52C310

Text Example


Text Example

White with #52C310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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