#48DC14

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

Shades of Kelly Green #48DC14

Tints of Kelly Green #48DC14

Color information

#48DC14 (or 0x48DC14) is unknown color: approx Kelly Green. HEX triplet: 48, DC and 14. RGB value is (72,220,20). Sum of RGB (Red+Green+Blue) = 72+220+20=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 220 (86.33% from 255 or 70.51% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 220 - color contains mainly: green. Hex color #48DC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48DC14 is #B723EB. Grayscale: #999999. Windows color (decimal): -12002284 or 1367112. OLE color: 1367112.

HSL color Cylindrical-coordinate representation of color #48DC14: hue angle of 104.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48DC14 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB7222020-
CMYK0.6700.910.14
HSL104.4º83.33%47.06%-
HSV(B)104.4º90.91%86.27%-
XYZ28.3952.619.32-
YUV152.9552.9770.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 220 (86.33% from 255) = 70.51%
BLUE value IS 20 (8.20% from 255) = 6.41%
R=23.08%
G=70.51%
B=6.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal72220200.6700.910.14104.483.3347.06
Hex48DC144305BE68532f
Octal1103342410301331615012357
Binary10010001101110010100100001101011011111011010001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DC14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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