Html Css Color HEX #48A94D Fruit Salad

📋 copy color: '#48A94D'

red 72 ◦ green 169 ◦ blue 77

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

Shades of Fruit Salad #48A94D

Tints of Fruit Salad #48A94D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 53.14%

 BLUE value IS 77 (30.47% from 255) = 24.21%

R = 22.64%
G = 53.14%
B = 24.21%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#48A94D (or 0x48A94D) is known color: Fruit Salad. HEX triplet: 48, A9 and 4D. RGB value is (72,169,77). Sum of RGB (Red+Green+Blue) = 72+169+77=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 169 (66.41% from 255 or 53.14% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 169 - color contains mainly: green. Hex color #48A94D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A94D is #B756B2. Grayscale: #818181. Windows color (decimal): -12015283 or 5089608. OLE color: 5089608.

HSL color Cylindrical-coordinate representation of color #48A94D: hue angle of 123.09º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A94D is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB 72 169 77 -
CMYK 0.57 0 0.54 0.34
HSL 123.09º 0.4% 0.47% -
HSV(B) 123.09º 0.57% 0.66% -
XYZ 18.2 30.29 11.91 -
YUV 129.51 98.36 86.98 -
System Red Green Blue C M Y K H S L
Decimal 72 169 77 0.57 0 0.54 0.34 123.09 0.4 0.47
Hex 48 A9 4D 39 0 36 22 7B 28 2F
Octal 110 251 115 71 0 66 42 173 50 57
Binary 1001000 10101001 1001101 111001 0 110110 100010 1111011 101000 101111

Color Harmonies of #48A94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A94D

Black with #48A94D

Text Example


Text Example

White with #48A94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,169,77); }

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

background-color css

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

 a { background-color: rgb(72,169,77); }

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

border-color css

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

 span { border-color: rgb(72,169,77); }

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