#48B11C

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

Shades of Kelly Green #48B11C

Tints of Kelly Green #48B11C

Color information

#48B11C (or 0x48B11C) is unknown color: approx Kelly Green. HEX triplet: 48, B1 and 1C. RGB value is (72,177,28). Sum of RGB (Red+Green+Blue) = 72+177+28=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 177 (69.53% from 255 or 63.90% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 177 - color contains mainly: green. Hex color #48B11C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48B11C is #B74EE3. Grayscale: #818181. Windows color (decimal): -12013284 or 1880392. OLE color: 1880392.

HSL color Cylindrical-coordinate representation of color #48B11C: hue angle of 102.28º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48B11C is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB7217728-
CMYK0.5900.840.31
HSL102.28º72.68%40.2%-
HSV(B)102.28º84.18%69.41%-
XYZ18.632.916.47-
YUV128.6271.2187.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 177 (69.53% from 255) = 63.90%
BLUE value IS 28 (11.33% from 255) = 10.11%
R=25.99%
G=63.90%
B=10.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72177280.5900.840.31102.2872.6840.2
Hex48B11C3B0541F664928
Octal110261347301243714611150
Binary10010001011000111100111011010101001111111001101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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