#48B605

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

Shades of Kelly Green #48B605

Tints of Kelly Green #48B605

Color information

#48B605 (or 0x48B605) is unknown color: approx Kelly Green. HEX triplet: 48, B6 and 05. RGB value is (72,182,5). Sum of RGB (Red+Green+Blue) = 72+182+5=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 182 (71.48% from 255 or 70.27% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 182 - color contains mainly: green. Hex color #48B605 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48B605 is #B749FA. Grayscale: #818181. Windows color (decimal): -12012027 or 374344. OLE color: 374344.

HSL color Cylindrical-coordinate representation of color #48B605: hue angle of 97.29º degrees, saturation: 0.95, 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 #48B605 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB721825-
CMYK0.6000.970.29
HSL97.29º94.65%36.67%-
HSV(B)97.29º97.25%71.37%-
XYZ19.4334.845.85-
YUV128.9358.0687.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.80%
GREEN value IS 182 (71.48% from 255) = 70.27%
BLUE value IS 5 (2.34% from 255) = 1.93%
R=27.80%
G=70.27%
B=1.93%

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
Decimal7218250.6000.970.2997.2994.6536.67
Hex48B653C0611D615f25
Octal11026657401413514113745
Binary100100010110110101111100011000011110111000011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,182,5); }

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

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

 a { background-color: rgb(72,182,5); }

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

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

 span { border-color: rgb(72,182,5); }

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