Html Css Color HEX #40C556 Fruit Salad

📋 copy color: '#40C556'

red 64 ◦ green 197 ◦ blue 86

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

Shades of Fruit Salad #40C556

Tints of Fruit Salad #40C556

RGB

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

 GREEN value IS 197 (77.34% from 255) = 56.77%

 BLUE value IS 86 (33.98% from 255) = 24.78%

R = 18.44%
G = 56.77%
B = 24.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#40C556 (or 0x40C556) is known color: Fruit Salad. HEX triplet: 40, C5 and 56. RGB value is (64,197,86). Sum of RGB (Red+Green+Blue) = 64+197+86=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 197 (77.34% from 255 or 56.77% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 197 - color contains mainly: green. Hex color #40C556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C556 is #BF3AA9. Grayscale: #909090. Windows color (decimal): -12532394 or 5686592. OLE color: 5686592.

HSL color Cylindrical-coordinate representation of color #40C556: hue angle of 129.92º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C556 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 64 197 86 -
CMYK 0.68 0 0.56 0.23
HSL 129.92º 0.53% 0.51% -
HSV(B) 129.92º 0.68% 0.77% -
XYZ 23.76 41.69 15.6 -
YUV 144.58 94.94 70.53 -
System Red Green Blue C M Y K H S L
Decimal 64 197 86 0.68 0 0.56 0.23 129.92 0.53 0.51
Hex 40 C5 56 44 0 38 17 82 35 33
Octal 100 305 126 104 0 70 27 202 65 63
Binary 1000000 11000101 1010110 1000100 0 111000 10111 10000010 110101 110011

Color Harmonies of #40C556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C556

Black with #40C556

Text Example


Text Example

White with #40C556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,197,86); }

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

background-color css

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

 a { background-color: rgb(64,197,86); }

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

border-color css

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

 span { border-color: rgb(64,197,86); }

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