#48BB12

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

Shades of Kelly Green #48BB12

Tints of Kelly Green #48BB12

Color information

#48BB12 (or 0x48BB12) is unknown color: approx Kelly Green. HEX triplet: 48, BB and 12. RGB value is (72,187,18). Sum of RGB (Red+Green+Blue) = 72+187+18=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 187 (73.44% from 255 or 67.51% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 187 - color contains mainly: green. Hex color #48BB12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48BB12 is #B744ED. Grayscale: #858585. Windows color (decimal): -12010734 or 1227592. OLE color: 1227592.

HSL color Cylindrical-coordinate representation of color #48BB12: hue angle of 100.83º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48BB12 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB7218718-
CMYK0.6100.900.27
HSL100.83º82.44%40.2%-
HSV(B)100.83º90.37%73.33%-
XYZ20.5536.966.62-
YUV133.3562.984.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 187 (73.44% from 255) = 67.51%
BLUE value IS 18 (7.42% from 255) = 6.50%
R=25.99%
G=67.51%
B=6.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72187180.6100.900.27100.8382.4440.2
Hex48BB123D05A1B655228
Octal110273227501323314512250
Binary10010001011101110010111101010110101101111001011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,187,18); }

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

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

 a { background-color: rgb(72,187,18); }

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

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

 span { border-color: rgb(72,187,18); }

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