Html Css Color HEX #48C556 Fruit Salad

📋 copy color: '#48C556'

red 72 ◦ green 197 ◦ blue 86

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

Shades of Fruit Salad #48C556

Tints of Fruit Salad #48C556

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.49%

 BLUE value IS 86 (33.98% from 255) = 24.23%

R = 20.28%
G = 55.49%
B = 24.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#48C556 (or 0x48C556) is known color: Fruit Salad. HEX triplet: 48, C5 and 56. RGB value is (72,197,86). Sum of RGB (Red+Green+Blue) = 72+197+86=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #48C556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C556 is #B73AA9. Grayscale: #939393. Windows color (decimal): -12008106 or 5686600. OLE color: 5686600.

HSL color Cylindrical-coordinate representation of color #48C556: hue angle of 126.72º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C556 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 72 197 86 -
CMYK 0.63 0 0.56 0.23
HSL 126.72º 0.52% 0.53% -
HSV(B) 126.72º 0.63% 0.77% -
XYZ 24.32 41.98 15.63 -
YUV 146.97 93.59 74.53 -
System Red Green Blue C M Y K H S L
Decimal 72 197 86 0.63 0 0.56 0.23 126.72 0.52 0.53
Hex 48 C5 56 3F 0 38 17 7F 34 35
Octal 110 305 126 77 0 70 27 177 64 65
Binary 1001000 11000101 1010110 111111 0 111000 10111 1111111 110100 110101

Color Harmonies of #48C556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C556

Black with #48C556

Text Example


Text Example

White with #48C556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,197,86); }

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

background-color css

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

 a { background-color: rgb(72,197,86); }

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

border-color css

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

 span { border-color: rgb(72,197,86); }

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