#48BB31

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

Shades of Kelly Green #48BB31

Tints of Kelly Green #48BB31

Color information

#48BB31 (or 0x48BB31) is unknown color: approx Kelly Green. HEX triplet: 48, BB and 31. RGB value is (72,187,49). Sum of RGB (Red+Green+Blue) = 72+187+49=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 187 (73.44% from 255 or 60.71% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 187 - color contains mainly: green. Hex color #48BB31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BB31 is #B744CE. Grayscale: #898989. Windows color (decimal): -12010703 or 3259208. OLE color: 3259208.

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

Color convert

RGB7218749-
CMYK0.6100.740.27
HSL110º58.47%46.27%-
HSV(B)110º73.8%73.33%-
XYZ2137.148.97-
YUV136.8878.481.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 187 (73.44% from 255) = 60.71%
BLUE value IS 49 (19.53% from 255) = 15.91%
R=23.38%
G=60.71%
B=15.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72187490.6100.740.2711058.4746.27
Hex48BB313D04A1B6e3a2e
Octal11027361750112331567256
Binary10010001011101111000111110101001010110111101110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,187,49); }

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

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

 a { background-color: rgb(72,187,49); }

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

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

 span { border-color: rgb(72,187,49); }

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