Html Css Color HEX #40BF56 Fruit Salad

📋 copy color: '#40BF56'

red 64 ◦ green 191 ◦ blue 86

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

Shades of Fruit Salad #40BF56

Tints of Fruit Salad #40BF56

RGB

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

 GREEN value IS 191 (75% from 255) = 56.01%

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

R = 18.77%
G = 56.01%
B = 25.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#40BF56 (or 0x40BF56) is known color: Fruit Salad. HEX triplet: 40, BF and 56. RGB value is (64,191,86). Sum of RGB (Red+Green+Blue) = 64+191+86=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 191 (75% from 255 or 56.01% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BF56 is #BF40A9. Grayscale: #8D8D8D. Windows color (decimal): -12533930 or 5685056. OLE color: 5685056.

HSL color Cylindrical-coordinate representation of color #40BF56: hue angle of 130.39º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BF56 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 191 86 -
CMYK 0.66 0 0.55 0.25
HSL 130.39º 0.5% 0.5% -
HSV(B) 130.39º 0.66% 0.75% -
XYZ 22.42 39.02 15.15 -
YUV 141.06 96.92 73.04 -
System Red Green Blue C M Y K H S L
Decimal 64 191 86 0.66 0 0.55 0.25 130.39 0.5 0.5
Hex 40 BF 56 42 0 37 19 82 32 32
Octal 100 277 126 102 0 67 31 202 62 62
Binary 1000000 10111111 1010110 1000010 0 110111 11001 10000010 110010 110010

Color Harmonies of #40BF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BF56

Black with #40BF56

Text Example


Text Example

White with #40BF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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