#48BD5B

Color #48BD5B Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #48BD5B

Tints of Fruit Salad #48BD5B

Color information

#48BD5B (or 0x48BD5B) is unknown color: approx Fruit Salad. HEX triplet: 48, BD and 5B. RGB value is (72,189,91). Sum of RGB (Red+Green+Blue) = 72+189+91=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BD5B is #B742A4. Grayscale: #8F8F8F. Windows color (decimal): -12010149 or 6012232. OLE color: 6012232.

HSL color Cylindrical-coordinate representation of color #48BD5B: hue angle of 129.74º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BD5B is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB7218991-
CMYK0.6200.520.26
HSL129.74º46.99%51.18%-
HSV(B)129.74º61.9%74.12%-
XYZ22.7638.5316.13-
YUV142.8498.7477.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.45%
GREEN value IS 189 (74.22% from 255) = 53.69%
BLUE value IS 91 (35.94% from 255) = 25.85%
R=20.45%
G=53.69%
B=25.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72189910.6200.520.26129.7446.9951.18
Hex48BD5B3E0341A822f33
Octal11027513376064322025763
Binary100100010111101101101111111001101001101010000010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,189,91); }

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

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

 a { background-color: rgb(72,189,91); }

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

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

 span { border-color: rgb(72,189,91); }

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