#48B411

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

Shades of Kelly Green #48B411

Tints of Kelly Green #48B411

Color information

#48B411 (or 0x48B411) is unknown color: approx Kelly Green. HEX triplet: 48, B4 and 11. RGB value is (72,180,17). Sum of RGB (Red+Green+Blue) = 72+180+17=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 180 (70.70% from 255 or 66.91% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 180 - color contains mainly: green. Hex color #48B411 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48B411 is #B74BEE. Grayscale: #818181. Windows color (decimal): -12012527 or 1160264. OLE color: 1160264.

HSL color Cylindrical-coordinate representation of color #48B411: hue angle of 99.75º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48B411 is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB7218017-
CMYK0.6000.910.29
HSL99.75º82.74%38.63%-
HSV(B)99.75º90.56%70.59%-
XYZ19.0934.066.1-
YUV129.1364.7287.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 180 (70.70% from 255) = 66.91%
BLUE value IS 17 (7.03% from 255) = 6.32%
R=26.77%
G=66.91%
B=6.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72180170.6000.910.2999.7582.7438.63
Hex48B4113C05B1D645327
Octal110264217401333514412347
Binary10010001011010010001111100010110111110111001001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,180,17); }

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

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

 a { background-color: rgb(72,180,17); }

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

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

 span { border-color: rgb(72,180,17); }

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