#48B127

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

Shades of Kelly Green #48B127

Tints of Kelly Green #48B127

Color information

#48B127 (or 0x48B127) is unknown color: approx Kelly Green. HEX triplet: 48, B1 and 27. RGB value is (72,177,39). Sum of RGB (Red+Green+Blue) = 72+177+39=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 177 (69.53% from 255 or 61.46% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 177 - color contains mainly: green. Hex color #48B127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48B127 is #B74ED8. Grayscale: #828282. Windows color (decimal): -12013273 or 2601288. OLE color: 2601288.

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

Color convert

RGB7217739-
CMYK0.5900.780.31
HSL105.65º63.89%42.35%-
HSV(B)105.65º77.97%69.41%-
XYZ18.7632.977.29-
YUV129.8776.7186.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 177 (69.53% from 255) = 61.46%
BLUE value IS 39 (15.62% from 255) = 13.54%
R=25%
G=61.46%
B=13.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72177390.5900.780.31105.6563.8942.35
Hex48B1273B04E1F6a402a
Octal110261477301163715210052
Binary100100010110001100111111011010011101111111010101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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