Html Css Color HEX #48A151 Fruit Salad

📋 copy color: '#48A151'

red 72 ◦ green 161 ◦ blue 81

#48A151
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #48A151

Tints of Fruit Salad #48A151

RGB

 RED value IS 72 (28.52% from 255) = 22.93%

 GREEN value IS 161 (63.28% from 255) = 51.27%

 BLUE value IS 81 (32.03% from 255) = 25.8%

R = 22.93%
G = 51.27%
B = 25.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#48A151 (or 0x48A151) is known color: Fruit Salad. HEX triplet: 48, A1 and 51. RGB value is (72,161,81). Sum of RGB (Red+Green+Blue) = 72+161+81=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #48A151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A151 is #B75EAE. Grayscale: #7D7D7D. Windows color (decimal): -12017327 or 5349704. OLE color: 5349704.

HSL color Cylindrical-coordinate representation of color #48A151: hue angle of 126.07º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48A151 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 161 81 -
CMYK 0.55 0 0.50 0.37
HSL 126.07º 0.38% 0.46% -
HSV(B) 126.07º 0.55% 0.63% -
XYZ 16.9 27.46 12.19 -
YUV 125.27 103.01 90 -
System Red Green Blue C M Y K H S L
Decimal 72 161 81 0.55 0 0.50 0.37 126.07 0.38 0.46
Hex 48 A1 51 37 0 32 25 7E 26 2E
Octal 110 241 121 67 0 62 45 176 46 56
Binary 1001000 10100001 1010001 110111 0 110010 100101 1111110 100110 101110

Color Harmonies of #48A151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A151

Black with #48A151

Text Example


Text Example

White with #48A151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48A151;
 }
 .AnyTagClassName
 {
   color: #48A151;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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