Html Css Color HEX #48C355 Fruit Salad

📋 copy color: '#48C355'

red 72 ◦ green 195 ◦ blue 85

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

Shades of Fruit Salad #48C355

Tints of Fruit Salad #48C355

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.4%

 BLUE value IS 85 (33.59% from 255) = 24.15%

R = 20.45%
G = 55.4%
B = 24.15%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#48C355 (or 0x48C355) is known color: Fruit Salad. HEX triplet: 48, C3 and 55. RGB value is (72,195,85). Sum of RGB (Red+Green+Blue) = 72+195+85=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 195 (76.56% from 255 or 55.40% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 195 - color contains mainly: green. Hex color #48C355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C355 is #B73CAA. Grayscale: #929292. Windows color (decimal): -12008619 or 5620552. OLE color: 5620552.

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

Color convert

RGB 72 195 85 -
CMYK 0.63 0 0.56 0.24
HSL 126.34º 0.51% 0.52% -
HSV(B) 126.34º 0.63% 0.76% -
XYZ 23.83 41.06 15.26 -
YUV 145.68 93.75 75.44 -
System Red Green Blue C M Y K H S L
Decimal 72 195 85 0.63 0 0.56 0.24 126.34 0.51 0.52
Hex 48 C3 55 3F 0 38 18 7E 33 34
Octal 110 303 125 77 0 70 30 176 63 64
Binary 1001000 11000011 1010101 111111 0 111000 11000 1111110 110011 110100

Color Harmonies of #48C355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C355

Black with #48C355

Text Example


Text Example

White with #48C355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,195,85); }

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

background-color css

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

 a { background-color: rgb(72,195,85); }

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

border-color css

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

 span { border-color: rgb(72,195,85); }

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