Html Css Color HEX #48BD50 Fruit Salad

📋 copy color: '#48BD50'

red 72 ◦ green 189 ◦ blue 80

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

Shades of Fruit Salad #48BD50

Tints of Fruit Salad #48BD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.46%

R = 21.11%
G = 55.43%
B = 23.46%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#48BD50 (or 0x48BD50) is known color: Fruit Salad. HEX triplet: 48, BD and 50. RGB value is (72,189,80). Sum of RGB (Red+Green+Blue) = 72+189+80=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BD50 is #B742AF. Grayscale: #8D8D8D. Windows color (decimal): -12010160 or 5291336. OLE color: 5291336.

HSL color Cylindrical-coordinate representation of color #48BD50: hue angle of 124.1º 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 #48BD50 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 189 80 -
CMYK 0.62 0 0.58 0.26
HSL 124.1º 0.47% 0.51% -
HSV(B) 124.1º 0.62% 0.74% -
XYZ 22.32 38.35 13.82 -
YUV 141.59 93.24 78.36 -
System Red Green Blue C M Y K H S L
Decimal 72 189 80 0.62 0 0.58 0.26 124.1 0.47 0.51
Hex 48 BD 50 3E 0 3A 1A 7C 2F 33
Octal 110 275 120 76 0 72 32 174 57 63
Binary 1001000 10111101 1010000 111110 0 111010 11010 1111100 101111 110011

Color Harmonies of #48BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BD50

Black with #48BD50

Text Example


Text Example

White with #48BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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