Html Css Color HEX #52C115 Kelly Green

📋 copy color: '#52C115'

red 82 ◦ green 193 ◦ blue 21

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

Shades of Kelly Green #52C115

Tints of Kelly Green #52C115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.09%

R = 27.7%
G = 65.2%
B = 7.09%

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

#52C115 (or 0x52C115) is known color: Kelly Green. HEX triplet: 52, C1 and 15. RGB value is (82,193,21). Sum of RGB (Red+Green+Blue) = 82+193+21=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 193 (75.78% from 255 or 65.20% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 193 - color contains mainly: green. Hex color #52C115 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C115 is #AD3EEA. Grayscale: #8C8C8C. Windows color (decimal): -11353835 or 1425746. OLE color: 1425746.

HSL color Cylindrical-coordinate representation of color #52C115: hue angle of 98.72º 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 #52C115 is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 193 21 -
CMYK 0.58 0 0.89 0.24
HSL 98.72º 0.8% 0.42% -
HSV(B) 98.72º 0.89% 0.76% -
XYZ 22.69 39.99 7.23 -
YUV 140.2 60.73 86.49 -
System Red Green Blue C M Y K H S L
Decimal 82 193 21 0.58 0 0.89 0.24 98.72 0.8 0.42
Hex 52 C1 15 3A 0 59 18 63 50 2A
Octal 122 301 25 72 0 131 30 143 120 52
Binary 1010010 11000001 10101 111010 0 1011001 11000 1100011 1010000 101010

Color Harmonies of #52C115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C115

Black with #52C115

Text Example


Text Example

White with #52C115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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