#48AF51

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

Shades of Fruit Salad #48AF51

Tints of Fruit Salad #48AF51

Color information

#48AF51 (or 0x48AF51) is unknown color: approx Fruit Salad. HEX triplet: 48, AF and 51. RGB value is (72,175,81). Sum of RGB (Red+Green+Blue) = 72+175+81=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AF51 is #B750AE. Grayscale: #858585. Windows color (decimal): -12013743 or 5353288. OLE color: 5353288.

HSL color Cylindrical-coordinate representation of color #48AF51: hue angle of 125.24º 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 #48AF51 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB7217581-
CMYK0.5900.540.31
HSL125.24º41.7%48.43%-
HSV(B)125.24º58.86%68.63%-
XYZ19.4932.6313.06-
YUV133.4998.3884.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 175 (68.75% from 255) = 53.35%
BLUE value IS 81 (32.03% from 255) = 24.70%
R=21.95%
G=53.35%
B=24.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72175810.5900.540.31125.2441.748.43
Hex48AF513B0361F7d2a30
Octal11025712173066371755260
Binary10010001010111110100011110110110110111111111101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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