Html Css Color HEX #40BC49 Fruit Salad

📋 copy color: '#40BC49'

red 64 ◦ green 188 ◦ blue 73

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

Shades of Fruit Salad #40BC49

Tints of Fruit Salad #40BC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.85%

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

R = 19.69%
G = 57.85%
B = 22.46%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#40BC49 (or 0x40BC49) is known color: Fruit Salad. HEX triplet: 40, BC and 49. RGB value is (64,188,73). Sum of RGB (Red+Green+Blue) = 64+188+73=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BC49 is #BF43B6. Grayscale: #8A8A8A. Windows color (decimal): -12534711 or 4832320. OLE color: 4832320.

HSL color Cylindrical-coordinate representation of color #40BC49: hue angle of 124.35º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BC49 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 188 73 -
CMYK 0.66 0 0.61 0.26
HSL 124.35º 0.49% 0.49% -
HSV(B) 124.35º 0.66% 0.74% -
XYZ 21.3 37.54 12.43 -
YUV 137.81 91.42 75.35 -
System Red Green Blue C M Y K H S L
Decimal 64 188 73 0.66 0 0.61 0.26 124.35 0.49 0.49
Hex 40 BC 49 42 0 3D 1A 7C 31 31
Octal 100 274 111 102 0 75 32 174 61 61
Binary 1000000 10111100 1001001 1000010 0 111101 11010 1111100 110001 110001

Color Harmonies of #40BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BC49

Black with #40BC49

Text Example


Text Example

White with #40BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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