Html Css Color HEX #48AF4A Fruit Salad

📋 copy color: '#48AF4A'

red 72 ◦ green 175 ◦ blue 74

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

Shades of Fruit Salad #48AF4A

Tints of Fruit Salad #48AF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.05%

R = 22.43%
G = 54.52%
B = 23.05%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#48AF4A (or 0x48AF4A) is known color: Fruit Salad. HEX triplet: 48, AF and 4A. RGB value is (72,175,74). Sum of RGB (Red+Green+Blue) = 72+175+74=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AF4A is #B750B5. Grayscale: #848484. Windows color (decimal): -12013750 or 4894536. OLE color: 4894536.

HSL color Cylindrical-coordinate representation of color #48AF4A: hue angle of 121.17º 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 #48AF4A is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 175 74 -
CMYK 0.59 0 0.58 0.31
HSL 121.17º 0.42% 0.48% -
HSV(B) 121.17º 0.59% 0.69% -
XYZ 19.24 32.53 11.74 -
YUV 132.69 94.88 84.71 -
System Red Green Blue C M Y K H S L
Decimal 72 175 74 0.59 0 0.58 0.31 121.17 0.42 0.48
Hex 48 AF 4A 3B 0 3A 1F 79 2A 30
Octal 110 257 112 73 0 72 37 171 52 60
Binary 1001000 10101111 1001010 111011 0 111010 11111 1111001 101010 110000

Color Harmonies of #48AF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AF4A

Black with #48AF4A

Text Example


Text Example

White with #48AF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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