Html Css Color HEX #48A153 Fruit Salad

📋 copy color: '#48A153'

red 72 ◦ green 161 ◦ blue 83

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

Shades of Fruit Salad #48A153

Tints of Fruit Salad #48A153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.27%

R = 22.78%
G = 50.95%
B = 26.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#48A153 (or 0x48A153) is known color: Fruit Salad. HEX triplet: 48, A1 and 53. RGB value is (72,161,83). Sum of RGB (Red+Green+Blue) = 72+161+83=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #48A153 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A153 is #B75EAC. Grayscale: #7D7D7D. Windows color (decimal): -12017325 or 5480776. OLE color: 5480776.

HSL color Cylindrical-coordinate representation of color #48A153: hue angle of 127.42º 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 #48A153 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 161 83 -
CMYK 0.55 0 0.48 0.37
HSL 127.42º 0.38% 0.46% -
HSV(B) 127.42º 0.55% 0.63% -
XYZ 16.98 27.49 12.6 -
YUV 125.5 104.01 89.84 -
System Red Green Blue C M Y K H S L
Decimal 72 161 83 0.55 0 0.48 0.37 127.42 0.38 0.46
Hex 48 A1 53 37 0 30 25 7F 26 2E
Octal 110 241 123 67 0 60 45 177 46 56
Binary 1001000 10100001 1010011 110111 0 110000 100101 1111111 100110 101110

Color Harmonies of #48A153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A153

Black with #48A153

Text Example


Text Example

White with #48A153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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