Html Css Color HEX #48AD4E Fruit Salad

📋 copy color: '#48AD4E'

red 72 ◦ green 173 ◦ blue 78

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

Shades of Fruit Salad #48AD4E

Tints of Fruit Salad #48AD4E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 53.56%

 BLUE value IS 78 (30.86% from 255) = 24.15%

R = 22.29%
G = 53.56%
B = 24.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#48AD4E (or 0x48AD4E) is known color: Fruit Salad. HEX triplet: 48, AD and 4E. RGB value is (72,173,78). Sum of RGB (Red+Green+Blue) = 72+173+78=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AD4E is #B752B1. Grayscale: #848484. Windows color (decimal): -12014258 or 5156168. OLE color: 5156168.

HSL color Cylindrical-coordinate representation of color #48AD4E: hue angle of 123.56º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AD4E is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 173 78 -
CMYK 0.58 0 0.55 0.32
HSL 123.56º 0.41% 0.48% -
HSV(B) 123.56º 0.58% 0.68% -
XYZ 18.99 31.81 12.35 -
YUV 131.97 97.54 85.22 -
System Red Green Blue C M Y K H S L
Decimal 72 173 78 0.58 0 0.55 0.32 123.56 0.41 0.48
Hex 48 AD 4E 3A 0 37 20 7C 29 30
Octal 110 255 116 72 0 67 40 174 51 60
Binary 1001000 10101101 1001110 111010 0 110111 100000 1111100 101001 110000

Color Harmonies of #48AD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AD4E

Black with #48AD4E

Text Example


Text Example

White with #48AD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,173,78); }

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

background-color css

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

 a { background-color: rgb(72,173,78); }

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

border-color css

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

 span { border-color: rgb(72,173,78); }

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