Html Css Color HEX #40B849 Fruit Salad

📋 copy color: '#40B849'

red 64 ◦ green 184 ◦ blue 73

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

Shades of Fruit Salad #40B849

Tints of Fruit Salad #40B849

RGB

 RED value IS 64 (25.39% from 255) = 19.94%

 GREEN value IS 184 (72.27% from 255) = 57.32%

 BLUE value IS 73 (28.91% from 255) = 22.74%

R = 19.94%
G = 57.32%
B = 22.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#40B849 (or 0x40B849) is known color: Fruit Salad. HEX triplet: 40, B8 and 49. RGB value is (64,184,73). Sum of RGB (Red+Green+Blue) = 64+184+73=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 184 (72.27% from 255 or 57.32% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 184 - color contains mainly: green. Hex color #40B849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B849 is #BF47B6. Grayscale: #878787. Windows color (decimal): -12535735 or 4831296. OLE color: 4831296.

HSL color Cylindrical-coordinate representation of color #40B849: hue angle of 124.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B849 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 64 184 73 -
CMYK 0.65 0 0.60 0.28
HSL 124.5º 0.48% 0.49% -
HSV(B) 124.5º 0.65% 0.72% -
XYZ 20.46 35.85 12.15 -
YUV 135.47 92.74 77.03 -
System Red Green Blue C M Y K H S L
Decimal 64 184 73 0.65 0 0.60 0.28 124.5 0.48 0.49
Hex 40 B8 49 41 0 3C 1C 7C 30 31
Octal 100 270 111 101 0 74 34 174 60 61
Binary 1000000 10111000 1001001 1000001 0 111100 11100 1111100 110000 110001

Color Harmonies of #40B849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B849

Black with #40B849

Text Example


Text Example

White with #40B849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40B849; }

 p { color: rgb(64,184,73); }

 H1.HeaderClassName
 {
   color: #40B849;
 }
 .AnyTagClassName
 {
   color: #40B849;
 }
</style>

background-color css

<style>
 a { background-color: #40B849; }

 a { background-color: rgb(64,184,73); }

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

border-color css

<style>
 span { border-color: #40B849; }

 span { border-color: rgb(64,184,73); }

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