Html Css Color HEX #48B051 Fruit Salad

📋 copy color: '#48B051'

red 72 ◦ green 176 ◦ blue 81

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

Shades of Fruit Salad #48B051

Tints of Fruit Salad #48B051

RGB

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

 GREEN value IS 176 (69.14% from 255) = 53.5%

 BLUE value IS 81 (32.03% from 255) = 24.62%

R = 21.88%
G = 53.5%
B = 24.62%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#48B051 (or 0x48B051) is known color: Fruit Salad. HEX triplet: 48, B0 and 51. RGB value is (72,176,81). Sum of RGB (Red+Green+Blue) = 72+176+81=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #48B051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B051 is #B74FAE. Grayscale: #868686. Windows color (decimal): -12013487 or 5353544. OLE color: 5353544.

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

Color convert

RGB 72 176 81 -
CMYK 0.59 0 0.54 0.31
HSL 125.19º 0.42% 0.49% -
HSV(B) 125.19º 0.59% 0.69% -
XYZ 19.68 33.02 13.12 -
YUV 134.07 98.04 83.72 -
System Red Green Blue C M Y K H S L
Decimal 72 176 81 0.59 0 0.54 0.31 125.19 0.42 0.49
Hex 48 B0 51 3B 0 36 1F 7D 2A 31
Octal 110 260 121 73 0 66 37 175 52 61
Binary 1001000 10110000 1010001 111011 0 110110 11111 1111101 101010 110001

Color Harmonies of #48B051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B051

Black with #48B051

Text Example


Text Example

White with #48B051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,176,81); }

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

background-color css

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

 a { background-color: rgb(72,176,81); }

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

border-color css

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

 span { border-color: rgb(72,176,81); }

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