Html Css Color HEX #48BD5E Fruit Salad

📋 copy color: '#48BD5E'

red 72 ◦ green 189 ◦ blue 94

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

Shades of Fruit Salad #48BD5E

Tints of Fruit Salad #48BD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.48%

R = 20.28%
G = 53.24%
B = 26.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#48BD5E (or 0x48BD5E) is known color: Fruit Salad. HEX triplet: 48, BD and 5E. RGB value is (72,189,94). Sum of RGB (Red+Green+Blue) = 72+189+94=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BD5E is #B742A1. Grayscale: #8F8F8F. Windows color (decimal): -12010146 or 6208840. OLE color: 6208840.

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

Color convert

RGB 72 189 94 -
CMYK 0.62 0 0.50 0.26
HSL 131.28º 0.47% 0.51% -
HSV(B) 131.28º 0.62% 0.74% -
XYZ 22.89 38.58 16.83 -
YUV 143.19 100.24 77.22 -
System Red Green Blue C M Y K H S L
Decimal 72 189 94 0.62 0 0.50 0.26 131.28 0.47 0.51
Hex 48 BD 5E 3E 0 32 1A 83 2F 33
Octal 110 275 136 76 0 62 32 203 57 63
Binary 1001000 10111101 1011110 111110 0 110010 11010 10000011 101111 110011

Color Harmonies of #48BD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BD5E

Black with #48BD5E

Text Example


Text Example

White with #48BD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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