Html Css Color HEX #48C551 Fruit Salad

📋 copy color: '#48C551'

red 72 ◦ green 197 ◦ blue 81

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

Shades of Fruit Salad #48C551

Tints of Fruit Salad #48C551

RGB

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

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

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

R = 20.57%
G = 56.29%
B = 23.14%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#48C551 (or 0x48C551) is known color: Fruit Salad. HEX triplet: 48, C5 and 51. RGB value is (72,197,81). Sum of RGB (Red+Green+Blue) = 72+197+81=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 197 (77.34% from 255 or 56.29% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 197 - color contains mainly: green. Hex color #48C551 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C551 is #B73AAE. Grayscale: #929292. Windows color (decimal): -12008111 or 5358920. OLE color: 5358920.

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

Color convert

RGB 72 197 81 -
CMYK 0.63 0 0.59 0.23
HSL 124.32º 0.52% 0.53% -
HSV(B) 124.32º 0.63% 0.77% -
XYZ 24.12 41.9 14.6 -
YUV 146.4 91.09 74.93 -
System Red Green Blue C M Y K H S L
Decimal 72 197 81 0.63 0 0.59 0.23 124.32 0.52 0.53
Hex 48 C5 51 3F 0 3B 17 7C 34 35
Octal 110 305 121 77 0 73 27 174 64 65
Binary 1001000 11000101 1010001 111111 0 111011 10111 1111100 110100 110101

Color Harmonies of #48C551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C551

Black with #48C551

Text Example


Text Example

White with #48C551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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