Html Css Color HEX #40B850 Fruit Salad

📋 copy color: '#40B850'

red 64 ◦ green 184 ◦ blue 80

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

Shades of Fruit Salad #40B850

Tints of Fruit Salad #40B850

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.1%

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

R = 19.51%
G = 56.1%
B = 24.39%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#40B850 (or 0x40B850) is known color: Fruit Salad. HEX triplet: 40, B8 and 50. RGB value is (64,184,80). Sum of RGB (Red+Green+Blue) = 64+184+80=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 184 (72.27% from 255 or 56.10% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 184 - color contains mainly: green. Hex color #40B850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B850 is #BF47AF. Grayscale: #888888. Windows color (decimal): -12535728 or 5290048. OLE color: 5290048.

HSL color Cylindrical-coordinate representation of color #40B850: hue angle of 128º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B850 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 64 184 80 -
CMYK 0.65 0 0.57 0.28
HSL 128º 0.48% 0.49% -
HSV(B) 128º 0.65% 0.72% -
XYZ 20.7 35.95 13.44 -
YUV 136.26 96.24 76.46 -
System Red Green Blue C M Y K H S L
Decimal 64 184 80 0.65 0 0.57 0.28 128 0.48 0.49
Hex 40 B8 50 41 0 39 1C 80 30 31
Octal 100 270 120 101 0 71 34 200 60 61
Binary 1000000 10111000 1010000 1000001 0 111001 11100 10000000 110000 110001

Color Harmonies of #40B850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B850

Black with #40B850

Text Example


Text Example

White with #40B850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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