#52C113

Color #52C113 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #52C113

Tints of Kelly Green #52C113

Color information

#52C113 (or 0x52C113) is unknown color: approx Kelly Green. HEX triplet: 52, C1 and 13. RGB value is (82,193,19). Sum of RGB (Red+Green+Blue) = 82+193+19=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 193 (75.78% from 255 or 65.65% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 193 - color contains mainly: green. Hex color #52C113 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C113 is #AD3EEC. Grayscale: #8C8C8C. Windows color (decimal): -11353837 or 1294674. OLE color: 1294674.

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

Color convert

RGB8219319-
CMYK0.5800.900.24
HSL98.28º82.08%41.57%-
HSV(B)98.28º90.16%75.69%-
XYZ22.6739.987.14-
YUV139.9859.7386.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 193 (75.78% from 255) = 65.65%
BLUE value IS 19 (7.81% from 255) = 6.46%
R=27.89%
G=65.65%
B=6.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82193190.5800.900.2498.2882.0841.57
Hex52C1133A05A1862522a
Octal122301237201323014212252
Binary10100101100000110011111010010110101100011000101010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52C113;
 }
 .AnyTagClassName
 {
   color: #52C113;
 }
</style>
background-color css

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

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

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

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

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

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