Html Css Color HEX #48C54C Fruit Salad

📋 copy color: '#48C54C'

red 72 ◦ green 197 ◦ blue 76

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

Shades of Fruit Salad #48C54C

Tints of Fruit Salad #48C54C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.03%

R = 20.87%
G = 57.1%
B = 22.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#48C54C (or 0x48C54C) is known color: Fruit Salad. HEX triplet: 48, C5 and 4C. RGB value is (72,197,76). Sum of RGB (Red+Green+Blue) = 72+197+76=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #48C54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C54C is #B73AB3. Grayscale: #929292. Windows color (decimal): -12008116 or 5031240. OLE color: 5031240.

HSL color Cylindrical-coordinate representation of color #48C54C: hue angle of 121.92º 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 #48C54C is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 72 197 76 -
CMYK 0.63 0 0.61 0.23
HSL 121.92º 0.52% 0.53% -
HSV(B) 121.92º 0.63% 0.77% -
XYZ 23.94 41.83 13.65 -
YUV 145.83 88.59 75.34 -
System Red Green Blue C M Y K H S L
Decimal 72 197 76 0.63 0 0.61 0.23 121.92 0.52 0.53
Hex 48 C5 4C 3F 0 3D 17 7A 34 35
Octal 110 305 114 77 0 75 27 172 64 65
Binary 1001000 11000101 1001100 111111 0 111101 10111 1111010 110100 110101

Color Harmonies of #48C54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C54C

Black with #48C54C

Text Example


Text Example

White with #48C54C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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