Html Css Color HEX #48BA5D Fruit Salad

📋 copy color: '#48BA5D'

red 72 ◦ green 186 ◦ blue 93

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

Shades of Fruit Salad #48BA5D

Tints of Fruit Salad #48BA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.5%

R = 20.51%
G = 52.99%
B = 26.5%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#48BA5D (or 0x48BA5D) is known color: Fruit Salad. HEX triplet: 48, BA and 5D. RGB value is (72,186,93). Sum of RGB (Red+Green+Blue) = 72+186+93=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BA5D is #B745A2. Grayscale: #8D8D8D. Windows color (decimal): -12010915 or 6142536. OLE color: 6142536.

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

Color convert

RGB 72 186 93 -
CMYK 0.61 0 0.5 0.27
HSL 131.05º 0.45% 0.51% -
HSV(B) 131.05º 0.61% 0.73% -
XYZ 22.21 37.29 16.38 -
YUV 141.31 100.73 78.56 -
System Red Green Blue C M Y K H S L
Decimal 72 186 93 0.61 0 0.5 0.27 131.05 0.45 0.51
Hex 48 BA 5D 3D 0 32 1B 83 2D 33
Octal 110 272 135 75 0 62 33 203 55 63
Binary 1001000 10111010 1011101 111101 0 110010 11011 10000011 101101 110011

Color Harmonies of #48BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BA5D

Black with #48BA5D

Text Example


Text Example

White with #48BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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