Html Css Color HEX #40C357 Fruit Salad

📋 copy color: '#40C357'

red 64 ◦ green 195 ◦ blue 87

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

Shades of Fruit Salad #40C357

Tints of Fruit Salad #40C357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.14%

R = 18.5%
G = 56.36%
B = 25.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#40C357 (or 0x40C357) is known color: Fruit Salad. HEX triplet: 40, C3 and 57. RGB value is (64,195,87). Sum of RGB (Red+Green+Blue) = 64+195+87=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #40C357 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C357 is #BF3CA8. Grayscale: #8F8F8F. Windows color (decimal): -12532905 or 5751616. OLE color: 5751616.

HSL color Cylindrical-coordinate representation of color #40C357: hue angle of 130.53º 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 #40C357 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 195 87 -
CMYK 0.67 0 0.55 0.24
HSL 130.53º 0.52% 0.51% -
HSV(B) 130.53º 0.67% 0.76% -
XYZ 23.35 40.81 15.66 -
YUV 143.52 96.1 71.28 -
System Red Green Blue C M Y K H S L
Decimal 64 195 87 0.67 0 0.55 0.24 130.53 0.52 0.51
Hex 40 C3 57 43 0 37 18 83 34 33
Octal 100 303 127 103 0 67 30 203 64 63
Binary 1000000 11000011 1010111 1000011 0 110111 11000 10000011 110100 110011

Color Harmonies of #40C357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C357

Black with #40C357

Text Example


Text Example

White with #40C357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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