Html Css Color HEX #48A14F Fruit Salad

📋 copy color: '#48A14F'

red 72 ◦ green 161 ◦ blue 79

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

Shades of Fruit Salad #48A14F

Tints of Fruit Salad #48A14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.32%

R = 23.08%
G = 51.6%
B = 25.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#48A14F (or 0x48A14F) is known color: Fruit Salad. HEX triplet: 48, A1 and 4F. RGB value is (72,161,79). Sum of RGB (Red+Green+Blue) = 72+161+79=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #48A14F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A14F is #B75EB0. Grayscale: #7D7D7D. Windows color (decimal): -12017329 or 5218632. OLE color: 5218632.

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

Color convert

RGB 72 161 79 -
CMYK 0.55 0 0.51 0.37
HSL 124.72º 0.38% 0.46% -
HSV(B) 124.72º 0.55% 0.63% -
XYZ 16.83 27.43 11.81 -
YUV 125.04 102.01 90.17 -
System Red Green Blue C M Y K H S L
Decimal 72 161 79 0.55 0 0.51 0.37 124.72 0.38 0.46
Hex 48 A1 4F 37 0 33 25 7D 26 2E
Octal 110 241 117 67 0 63 45 175 46 56
Binary 1001000 10100001 1001111 110111 0 110011 100101 1111101 100110 101110

Color Harmonies of #48A14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A14F

Black with #48A14F

Text Example


Text Example

White with #48A14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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