#48B506

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

Shades of Kelly Green #48B506

Tints of Kelly Green #48B506

Color information

#48B506 (or 0x48B506) is unknown color: approx Kelly Green. HEX triplet: 48, B5 and 06. RGB value is (72,181,6). Sum of RGB (Red+Green+Blue) = 72+181+6=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 181 (71.09% from 255 or 69.88% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 181 - color contains mainly: green. Hex color #48B506 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48B506 is #B74AF9. Grayscale: #818181. Windows color (decimal): -12012282 or 439624. OLE color: 439624.

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

Color convert

RGB721816-
CMYK0.6000.970.29
HSL97.37º93.58%36.67%-
HSV(B)97.37º96.69%70.98%-
XYZ19.2334.445.81-
YUV128.4658.8987.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.80%
GREEN value IS 181 (71.09% from 255) = 69.88%
BLUE value IS 6 (2.73% from 255) = 2.32%
R=27.80%
G=69.88%
B=2.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal7218160.6000.970.2997.3793.5836.67
Hex48B563C0611D615e25
Octal11026567401413514113645
Binary100100010110101110111100011000011110111000011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,181,6); }

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

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

 a { background-color: rgb(72,181,6); }

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

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

 span { border-color: rgb(72,181,6); }

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