Html Css Color HEX #52C116 Kelly Green

📋 copy color: '#52C116'

red 82 ◦ green 193 ◦ blue 22

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

Shades of Kelly Green #52C116

Tints of Kelly Green #52C116

RGB

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

 GREEN value IS 193 (75.78% from 255) = 64.98%

 BLUE value IS 22 (8.98% from 255) = 7.41%

R = 27.61%
G = 64.98%
B = 7.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#52C116 (or 0x52C116) is known color: Kelly Green. HEX triplet: 52, C1 and 16. RGB value is (82,193,22). Sum of RGB (Red+Green+Blue) = 82+193+22=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 193 (75.78% from 255 or 64.98% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 193 - color contains mainly: green. Hex color #52C116 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C116 is #AD3EE9. Grayscale: #8C8C8C. Windows color (decimal): -11353834 or 1491282. OLE color: 1491282.

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

Color convert

RGB 82 193 22 -
CMYK 0.58 0 0.89 0.24
HSL 98.95º 0.8% 0.42% -
HSV(B) 98.95º 0.89% 0.76% -
XYZ 22.69 39.99 7.28 -
YUV 140.32 61.23 86.4 -
System Red Green Blue C M Y K H S L
Decimal 82 193 22 0.58 0 0.89 0.24 98.95 0.8 0.42
Hex 52 C1 16 3A 0 59 18 63 50 2A
Octal 122 301 26 72 0 131 30 143 120 52
Binary 1010010 11000001 10110 111010 0 1011001 11000 1100011 1010000 101010

Color Harmonies of #52C116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C116

Black with #52C116

Text Example


Text Example

White with #52C116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,193,22); }

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

background-color css

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

 a { background-color: rgb(82,193,22); }

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

border-color css

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

 span { border-color: rgb(82,193,22); }

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