Html Css Color HEX #49BF58 Fruit Salad

📋 copy color: '#49BF58'

red 73 ◦ green 191 ◦ blue 88

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

Shades of Fruit Salad #49BF58

Tints of Fruit Salad #49BF58

RGB

 RED value IS 73 (28.91% from 255) = 20.74%

 GREEN value IS 191 (75% from 255) = 54.26%

 BLUE value IS 88 (34.77% from 255) = 25%

R = 20.74%
G = 54.26%
B = 25%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#49BF58 (or 0x49BF58) is known color: Fruit Salad. HEX triplet: 49, BF and 58. RGB value is (73,191,88). Sum of RGB (Red+Green+Blue) = 73+191+88=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF58 is #B640A7. Grayscale: #909090. Windows color (decimal): -11944104 or 5816137. OLE color: 5816137.

HSL color Cylindrical-coordinate representation of color #49BF58: hue angle of 127.63º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BF58 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 191 88 -
CMYK 0.62 0 0.54 0.25
HSL 127.63º 0.48% 0.52% -
HSV(B) 127.63º 0.62% 0.75% -
XYZ 23.14 39.38 15.61 -
YUV 143.98 96.41 77.38 -
System Red Green Blue C M Y K H S L
Decimal 73 191 88 0.62 0 0.54 0.25 127.63 0.48 0.52
Hex 49 BF 58 3E 0 36 19 80 30 34
Octal 111 277 130 76 0 66 31 200 60 64
Binary 1001001 10111111 1011000 111110 0 110110 11001 10000000 110000 110100

Color Harmonies of #49BF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF58

Black with #49BF58

Text Example


Text Example

White with #49BF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49BF58; }

 p { color: rgb(73,191,88); }

 H1.HeaderClassName
 {
   color: #49BF58;
 }
 .AnyTagClassName
 {
   color: #49BF58;
 }
</style>

background-color css

<style>
 a { background-color: #49BF58; }

 a { background-color: rgb(73,191,88); }

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

border-color css

<style>
 span { border-color: #49BF58; }

 span { border-color: rgb(73,191,88); }

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