#48B112

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

Shades of Kelly Green #48B112

Tints of Kelly Green #48B112

Color information

#48B112 (or 0x48B112) is unknown color: approx Kelly Green. HEX triplet: 48, B1 and 12. RGB value is (72,177,18). Sum of RGB (Red+Green+Blue) = 72+177+18=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 177 (69.53% from 255 or 66.29% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 177 - color contains mainly: green. Hex color #48B112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48B112 is #B74EED. Grayscale: #808080. Windows color (decimal): -12013294 or 1225032. OLE color: 1225032.

HSL color Cylindrical-coordinate representation of color #48B112: hue angle of 99.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48B112 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB7217718-
CMYK0.5900.900.31
HSL99.62º81.54%38.24%-
HSV(B)99.62º89.83%69.41%-
XYZ18.532.875.94-
YUV127.4866.2188.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 177 (69.53% from 255) = 66.29%
BLUE value IS 18 (7.42% from 255) = 6.74%
R=26.97%
G=66.29%
B=6.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72177180.5900.900.3199.6281.5438.24
Hex48B1123B05A1F645226
Octal110261227301323714412246
Binary10010001011000110010111011010110101111111001001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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