#48C756

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

Shades of Fruit Salad #48C756

Tints of Fruit Salad #48C756

Color information

#48C756 (or 0x48C756) is unknown color: approx Fruit Salad. HEX triplet: 48, C7 and 56. RGB value is (72,199,86). Sum of RGB (Red+Green+Blue) = 72+199+86=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 199 (78.12% from 255 or 55.74% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 199 - color contains mainly: green. Hex color #48C756 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C756 is #B738A9. Grayscale: #949494. Windows color (decimal): -12007594 or 5687112. OLE color: 5687112.

HSL color Cylindrical-coordinate representation of color #48C756: hue angle of 126.61º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C756 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB7219986-
CMYK0.6400.570.22
HSL126.61º53.14%53.14%-
HSV(B)126.61º63.82%78.04%-
XYZ24.7842.915.78-
YUV148.1492.9273.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.17%
GREEN value IS 199 (78.12% from 255) = 55.74%
BLUE value IS 86 (33.98% from 255) = 24.09%
R=20.17%
G=55.74%
B=24.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal72199860.6400.570.22126.6153.1453.14
Hex48C75640039167f3535
Octal110307126100071261776565
Binary100100011000111101011010000000111001101101111111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,199,86); }

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

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

 a { background-color: rgb(72,199,86); }

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

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

 span { border-color: rgb(72,199,86); }

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