Html Css Color HEX #48BC49 Fruit Salad

📋 copy color: '#48BC49'

red 72 ◦ green 188 ◦ blue 73

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

Shades of Fruit Salad #48BC49

Tints of Fruit Salad #48BC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.46%

 BLUE value IS 73 (28.91% from 255) = 21.92%

R = 21.62%
G = 56.46%
B = 21.92%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#48BC49 (or 0x48BC49) is known color: Fruit Salad. HEX triplet: 48, BC and 49. RGB value is (72,188,73). Sum of RGB (Red+Green+Blue) = 72+188+73=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BC49 is #B743B6. Grayscale: #8C8C8C. Windows color (decimal): -12010423 or 4832328. OLE color: 4832328.

HSL color Cylindrical-coordinate representation of color #48BC49: hue angle of 120.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BC49 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 188 73 -
CMYK 0.62 0 0.61 0.26
HSL 120.52º 0.46% 0.51% -
HSV(B) 120.52º 0.62% 0.74% -
XYZ 21.86 37.83 12.45 -
YUV 140.21 90.07 79.35 -
System Red Green Blue C M Y K H S L
Decimal 72 188 73 0.62 0 0.61 0.26 120.52 0.46 0.51
Hex 48 BC 49 3E 0 3D 1A 79 2E 33
Octal 110 274 111 76 0 75 32 171 56 63
Binary 1001000 10111100 1001001 111110 0 111101 11010 1111001 101110 110011

Color Harmonies of #48BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC49

Black with #48BC49

Text Example


Text Example

White with #48BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,188,73); }

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

background-color css

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

 a { background-color: rgb(72,188,73); }

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

border-color css

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

 span { border-color: rgb(72,188,73); }

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