#48BC16

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

Shades of Kelly Green #48BC16

Tints of Kelly Green #48BC16

Color information

#48BC16 (or 0x48BC16) is unknown color: approx Kelly Green. HEX triplet: 48, BC and 16. RGB value is (72,188,22). Sum of RGB (Red+Green+Blue) = 72+188+22=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 188 (73.83% from 255 or 66.67% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48BC16 is #B743E9. Grayscale: #868686. Windows color (decimal): -12010474 or 1489992. OLE color: 1489992.

HSL color Cylindrical-coordinate representation of color #48BC16: hue angle of 101.93º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48BC16 is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB7218822-
CMYK0.6200.880.26
HSL101.93º79.05%41.18%-
HSV(B)101.93º88.3%73.73%-
XYZ20.837.46.88-
YUV134.3964.5783.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 188 (73.83% from 255) = 66.67%
BLUE value IS 22 (8.98% from 255) = 7.80%
R=25.53%
G=66.67%
B=7.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72188220.6200.880.26101.9379.0541.18
Hex48BC163E0581A664f29
Octal110274267601303214611751
Binary10010001011110010110111110010110001101011001101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BC16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,188,22); }

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

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

 a { background-color: rgb(72,188,22); }

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

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

 span { border-color: rgb(72,188,22); }

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