#48B905

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

Shades of Kelly Green #48B905

Tints of Kelly Green #48B905

Color information

#48B905 (or 0x48B905) is unknown color: approx Kelly Green. HEX triplet: 48, B9 and 05. RGB value is (72,185,5). Sum of RGB (Red+Green+Blue) = 72+185+5=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 185 (72.66% from 255 or 70.61% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 185 - color contains mainly: green. Hex color #48B905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48B905 is #B746FA. Grayscale: #838383. Windows color (decimal): -12011259 or 375112. OLE color: 375112.

HSL color Cylindrical-coordinate representation of color #48B905: hue angle of 97.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48B905 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB721855-
CMYK0.6100.970.27
HSL97.67º94.74%37.25%-
HSV(B)97.67º97.3%72.55%-
XYZ20.0536.096.05-
YUV130.6957.0686.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 185 (72.66% from 255) = 70.61%
BLUE value IS 5 (2.34% from 255) = 1.91%
R=27.48%
G=70.61%
B=1.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7218550.6100.970.2797.6794.7437.25
Hex48B953D0611B625f25
Octal11027157501413314213745
Binary100100010111001101111101011000011101111000101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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