Html Css Color HEX #48BD57 Fruit Salad

📋 copy color: '#48BD57'

red 72 ◦ green 189 ◦ blue 87

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

Shades of Fruit Salad #48BD57

Tints of Fruit Salad #48BD57

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.31%

 BLUE value IS 87 (34.38% from 255) = 25%

R = 20.69%
G = 54.31%
B = 25%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#48BD57 (or 0x48BD57) is known color: Fruit Salad. HEX triplet: 48, BD and 57. RGB value is (72,189,87). Sum of RGB (Red+Green+Blue) = 72+189+87=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BD57 is #B742A8. Grayscale: #8E8E8E. Windows color (decimal): -12010153 or 5750088. OLE color: 5750088.

HSL color Cylindrical-coordinate representation of color #48BD57: hue angle of 127.69º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BD57 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 189 87 -
CMYK 0.62 0 0.54 0.26
HSL 127.69º 0.47% 0.51% -
HSV(B) 127.69º 0.62% 0.74% -
XYZ 22.59 38.46 15.25 -
YUV 142.39 96.74 77.79 -
System Red Green Blue C M Y K H S L
Decimal 72 189 87 0.62 0 0.54 0.26 127.69 0.47 0.51
Hex 48 BD 57 3E 0 36 1A 80 2F 33
Octal 110 275 127 76 0 66 32 200 57 63
Binary 1001000 10111101 1010111 111110 0 110110 11010 10000000 101111 110011

Color Harmonies of #48BD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BD57

Black with #48BD57

Text Example


Text Example

White with #48BD57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,189,87); }

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

background-color css

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

 a { background-color: rgb(72,189,87); }

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

border-color css

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

 span { border-color: rgb(72,189,87); }

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