Html Css Color HEX #48BA5C Fruit Salad

📋 copy color: '#48BA5C'

red 72 ◦ green 186 ◦ blue 92

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

Shades of Fruit Salad #48BA5C

Tints of Fruit Salad #48BA5C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.14%

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 20.57%
G = 53.14%
B = 26.29%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#48BA5C (or 0x48BA5C) is known color: Fruit Salad. HEX triplet: 48, BA and 5C. RGB value is (72,186,92). Sum of RGB (Red+Green+Blue) = 72+186+92=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BA5C is #B745A3. Grayscale: #8D8D8D. Windows color (decimal): -12010916 or 6077000. OLE color: 6077000.

HSL color Cylindrical-coordinate representation of color #48BA5C: hue angle of 130.53º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48BA5C is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 186 92 -
CMYK 0.61 0 0.51 0.27
HSL 130.53º 0.45% 0.51% -
HSV(B) 130.53º 0.61% 0.73% -
XYZ 22.16 37.27 16.15 -
YUV 141.2 100.23 78.64 -
System Red Green Blue C M Y K H S L
Decimal 72 186 92 0.61 0 0.51 0.27 130.53 0.45 0.51
Hex 48 BA 5C 3D 0 33 1B 83 2D 33
Octal 110 272 134 75 0 63 33 203 55 63
Binary 1001000 10111010 1011100 111101 0 110011 11011 10000011 101101 110011

Color Harmonies of #48BA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BA5C

Black with #48BA5C

Text Example


Text Example

White with #48BA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,186,92); }

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

background-color css

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

 a { background-color: rgb(72,186,92); }

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

border-color css

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

 span { border-color: rgb(72,186,92); }

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