#48C014

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

Shades of Kelly Green #48C014

Tints of Kelly Green #48C014

Color information

#48C014 (or 0x48C014) is unknown color: approx Kelly Green. HEX triplet: 48, C0 and 14. RGB value is (72,192,20). Sum of RGB (Red+Green+Blue) = 72+192+20=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 192 (75.39% from 255 or 67.61% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 192 - color contains mainly: green. Hex color #48C014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C014 is #B73FEB. Grayscale: #898989. Windows color (decimal): -12009452 or 1359944. OLE color: 1359944.

HSL color Cylindrical-coordinate representation of color #48C014: hue angle of 101.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48C014 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB7219220-
CMYK0.6300.900.25
HSL101.86º81.13%41.57%-
HSV(B)101.86º89.58%75.29%-
XYZ21.6539.137.07-
YUV136.5162.2481.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 192 (75.39% from 255) = 67.61%
BLUE value IS 20 (8.20% from 255) = 7.04%
R=25.35%
G=67.61%
B=7.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72192200.6300.900.25101.8681.1341.57
Hex48C0143F05A1966512a
Octal110300247701323114612152
Binary10010001100000010100111111010110101100111001101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,192,20); }

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

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

 a { background-color: rgb(72,192,20); }

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

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

 span { border-color: rgb(72,192,20); }

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