Html Css Color HEX #40C157 Fruit Salad

📋 copy color: '#40C157'

red 64 ◦ green 193 ◦ blue 87

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

Shades of Fruit Salad #40C157

Tints of Fruit Salad #40C157

RGB

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

 GREEN value IS 193 (75.78% from 255) = 56.1%

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

R = 18.6%
G = 56.1%
B = 25.29%

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

#40C157 (or 0x40C157) is known color: Fruit Salad. HEX triplet: 40, C1 and 57. RGB value is (64,193,87). Sum of RGB (Red+Green+Blue) = 64+193+87=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #40C157 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C157 is #BF3EA8. Grayscale: #8E8E8E. Windows color (decimal): -12533417 or 5751104. OLE color: 5751104.

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

Color convert

RGB 64 193 87 -
CMYK 0.67 0 0.55 0.24
HSL 130.7º 0.51% 0.5% -
HSV(B) 130.7º 0.67% 0.76% -
XYZ 22.9 39.92 15.51 -
YUV 142.35 96.76 72.12 -
System Red Green Blue C M Y K H S L
Decimal 64 193 87 0.67 0 0.55 0.24 130.7 0.51 0.5
Hex 40 C1 57 43 0 37 18 83 33 32
Octal 100 301 127 103 0 67 30 203 63 62
Binary 1000000 11000001 1010111 1000011 0 110111 11000 10000011 110011 110010

Color Harmonies of #40C157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C157

Black with #40C157

Text Example


Text Example

White with #40C157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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