#48BC4D

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

Shades of Fruit Salad #48BC4D

Tints of Fruit Salad #48BC4D

Color information

#48BC4D (or 0x48BC4D) is unknown color: approx Fruit Salad. HEX triplet: 48, BC and 4D. RGB value is (72,188,77). Sum of RGB (Red+Green+Blue) = 72+188+77=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BC4D is #B743B2. Grayscale: #8C8C8C. Windows color (decimal): -12010419 or 5094472. OLE color: 5094472.

HSL color Cylindrical-coordinate representation of color #48BC4D: hue angle of 122.59º degrees, saturation: 0.46, 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 #48BC4D is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB7218877-
CMYK0.6200.590.26
HSL122.59º46.4%50.98%-
HSV(B)122.59º61.7%73.73%-
XYZ2237.8813.17-
YUV140.6692.0779.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.36%
GREEN value IS 188 (73.83% from 255) = 55.79%
BLUE value IS 77 (30.47% from 255) = 22.85%
R=21.36%
G=55.79%
B=22.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72188770.6200.590.26122.5946.450.98
Hex48BC4D3E03B1A7b2e33
Octal11027411576073321735663
Binary10010001011110010011011111100111011110101111011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,188,77); }

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

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

 a { background-color: rgb(72,188,77); }

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

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

 span { border-color: rgb(72,188,77); }

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