#48AF59

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

Shades of Fruit Salad #48AF59

Tints of Fruit Salad #48AF59

Color information

#48AF59 (or 0x48AF59) is unknown color: approx Fruit Salad. HEX triplet: 48, AF and 59. RGB value is (72,175,89). Sum of RGB (Red+Green+Blue) = 72+175+89=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AF59 is #B750A6. Grayscale: #868686. Windows color (decimal): -12013735 or 5877576. OLE color: 5877576.

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

Color convert

RGB7217589-
CMYK0.5900.490.31
HSL129.9º41.7%48.43%-
HSV(B)129.9º58.86%68.63%-
XYZ19.8132.7614.73-
YUV134.4102.3883.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.43%
GREEN value IS 175 (68.75% from 255) = 52.08%
BLUE value IS 89 (35.16% from 255) = 26.49%
R=21.43%
G=52.08%
B=26.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72175890.5900.490.31129.941.748.43
Hex48AF593B0311F822a30
Octal11025713173061372025260
Binary100100010101111101100111101101100011111110000010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,175,89); }

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

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

 a { background-color: rgb(72,175,89); }

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

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

 span { border-color: rgb(72,175,89); }

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