Html Css Color HEX #48AF4E Fruit Salad

📋 copy color: '#48AF4E'

red 72 ◦ green 175 ◦ blue 78

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

Shades of Fruit Salad #48AF4E

Tints of Fruit Salad #48AF4E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.85%

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

R = 22.15%
G = 53.85%
B = 24%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#48AF4E (or 0x48AF4E) is known color: Fruit Salad. HEX triplet: 48, AF and 4E. RGB value is (72,175,78). Sum of RGB (Red+Green+Blue) = 72+175+78=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AF4E is #B750B1. Grayscale: #858585. Windows color (decimal): -12013746 or 5156680. OLE color: 5156680.

HSL color Cylindrical-coordinate representation of color #48AF4E: hue angle of 123.5º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48AF4E is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 175 78 -
CMYK 0.59 0 0.55 0.31
HSL 123.5º 0.42% 0.48% -
HSV(B) 123.5º 0.59% 0.69% -
XYZ 19.38 32.59 12.48 -
YUV 133.15 96.88 84.39 -
System Red Green Blue C M Y K H S L
Decimal 72 175 78 0.59 0 0.55 0.31 123.5 0.42 0.48
Hex 48 AF 4E 3B 0 37 1F 7B 2A 30
Octal 110 257 116 73 0 67 37 173 52 60
Binary 1001000 10101111 1001110 111011 0 110111 11111 1111011 101010 110000

Color Harmonies of #48AF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AF4E

Black with #48AF4E

Text Example


Text Example

White with #48AF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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