Html Css Color HEX #48BD59 Fruit Salad

📋 copy color: '#48BD59'

red 72 ◦ green 189 ◦ blue 89

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

Shades of Fruit Salad #48BD59

Tints of Fruit Salad #48BD59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.43%

R = 20.57%
G = 54%
B = 25.43%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#48BD59 (or 0x48BD59) is known color: Fruit Salad. HEX triplet: 48, BD and 59. RGB value is (72,189,89). Sum of RGB (Red+Green+Blue) = 72+189+89=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BD59 is #B742A6. Grayscale: #8E8E8E. Windows color (decimal): -12010151 or 5881160. OLE color: 5881160.

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

Color convert

RGB 72 189 89 -
CMYK 0.62 0 0.53 0.26
HSL 128.72º 0.47% 0.51% -
HSV(B) 128.72º 0.62% 0.74% -
XYZ 22.67 38.49 15.69 -
YUV 142.62 97.74 77.63 -
System Red Green Blue C M Y K H S L
Decimal 72 189 89 0.62 0 0.53 0.26 128.72 0.47 0.51
Hex 48 BD 59 3E 0 35 1A 81 2F 33
Octal 110 275 131 76 0 65 32 201 57 63
Binary 1001000 10111101 1011001 111110 0 110101 11010 10000001 101111 110011

Color Harmonies of #48BD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BD59

Black with #48BD59

Text Example


Text Example

White with #48BD59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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