Html Css Color HEX #40B650 Fruit Salad

📋 copy color: '#40B650'

red 64 ◦ green 182 ◦ blue 80

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

Shades of Fruit Salad #40B650

Tints of Fruit Salad #40B650

RGB

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

 GREEN value IS 182 (71.48% from 255) = 55.83%

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 19.63%
G = 55.83%
B = 24.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#40B650 (or 0x40B650) is known color: Fruit Salad. HEX triplet: 40, B6 and 50. RGB value is (64,182,80). Sum of RGB (Red+Green+Blue) = 64+182+80=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 182 (71.48% from 255 or 55.83% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 182 - color contains mainly: green. Hex color #40B650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B650 is #BF49AF. Grayscale: #878787. Windows color (decimal): -12536240 or 5289536. OLE color: 5289536.

HSL color Cylindrical-coordinate representation of color #40B650: hue angle of 128.14º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B650 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 182 80 -
CMYK 0.65 0 0.56 0.29
HSL 128.14º 0.48% 0.48% -
HSV(B) 128.14º 0.65% 0.71% -
XYZ 20.29 35.13 13.3 -
YUV 135.09 96.91 77.29 -
System Red Green Blue C M Y K H S L
Decimal 64 182 80 0.65 0 0.56 0.29 128.14 0.48 0.48
Hex 40 B6 50 41 0 38 1D 80 30 30
Octal 100 266 120 101 0 70 35 200 60 60
Binary 1000000 10110110 1010000 1000001 0 111000 11101 10000000 110000 110000

Color Harmonies of #40B650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B650

Black with #40B650

Text Example


Text Example

White with #40B650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,182,80); }

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

background-color css

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

 a { background-color: rgb(64,182,80); }

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

border-color css

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

 span { border-color: rgb(64,182,80); }

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