Html Css Color HEX #40C356 Fruit Salad

📋 copy color: '#40C356'

red 64 ◦ green 195 ◦ blue 86

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

Shades of Fruit Salad #40C356

Tints of Fruit Salad #40C356

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.52%

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

R = 18.55%
G = 56.52%
B = 24.93%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#40C356 (or 0x40C356) is known color: Fruit Salad. HEX triplet: 40, C3 and 56. RGB value is (64,195,86). Sum of RGB (Red+Green+Blue) = 64+195+86=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #40C356 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C356 is #BF3CA9. Grayscale: #8F8F8F. Windows color (decimal): -12532906 or 5686080. OLE color: 5686080.

HSL color Cylindrical-coordinate representation of color #40C356: hue angle of 130.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C356 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 195 86 -
CMYK 0.67 0 0.56 0.24
HSL 130.08º 0.52% 0.51% -
HSV(B) 130.08º 0.67% 0.76% -
XYZ 23.31 40.79 15.45 -
YUV 143.41 95.6 71.36 -
System Red Green Blue C M Y K H S L
Decimal 64 195 86 0.67 0 0.56 0.24 130.08 0.52 0.51
Hex 40 C3 56 43 0 38 18 82 34 33
Octal 100 303 126 103 0 70 30 202 64 63
Binary 1000000 11000011 1010110 1000011 0 111000 11000 10000010 110100 110011

Color Harmonies of #40C356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C356

Black with #40C356

Text Example


Text Example

White with #40C356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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