#48C12E

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

Shades of Kelly Green #48C12E

Tints of Kelly Green #48C12E

Color information

#48C12E (or 0x48C12E) is unknown color: approx Kelly Green. HEX triplet: 48, C1 and 2E. RGB value is (72,193,46). Sum of RGB (Red+Green+Blue) = 72+193+46=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 193 (75.78% from 255 or 62.06% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 193 - color contains mainly: green. Hex color #48C12E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C12E is #B73ED1. Grayscale: #8C8C8C. Windows color (decimal): -12009170 or 3064136. OLE color: 3064136.

HSL color Cylindrical-coordinate representation of color #48C12E: hue angle of 109.39º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48C12E is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB7219346-
CMYK0.6300.760.24
HSL109.39º61.51%46.86%-
HSV(B)109.39º76.17%75.69%-
XYZ22.2439.719.08-
YUV140.0674.9179.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 193 (75.78% from 255) = 62.06%
BLUE value IS 46 (18.36% from 255) = 14.79%
R=23.15%
G=62.06%
B=14.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal72193460.6300.760.24109.3961.5146.86
Hex48C12E3F04C186d3e2f
Octal11030156770114301557657
Binary10010001100000110111011111101001100110001101101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48C12E; }

 p { color: rgb(72,193,46); }

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

<style>
 a { background-color: #48C12E; }

 a { background-color: rgb(72,193,46); }

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

<style>
 span { border-color: #48C12E; }

 span { border-color: rgb(72,193,46); }

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