Html Css Color HEX #40B74F Fruit Salad

📋 copy color: '#40B74F'

red 64 ◦ green 183 ◦ blue 79

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

Shades of Fruit Salad #40B74F

Tints of Fruit Salad #40B74F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 56.13%

 BLUE value IS 79 (31.25% from 255) = 24.23%

R = 19.63%
G = 56.13%
B = 24.23%

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

#40B74F (or 0x40B74F) is known color: Fruit Salad. HEX triplet: 40, B7 and 4F. RGB value is (64,183,79). Sum of RGB (Red+Green+Blue) = 64+183+79=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 183 (71.88% from 255 or 56.13% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 183 - color contains mainly: green. Hex color #40B74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B74F is #BF48B0. Grayscale: #878787. Windows color (decimal): -12535985 or 5224256. OLE color: 5224256.

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

Color convert

RGB 64 183 79 -
CMYK 0.65 0 0.57 0.28
HSL 127.56º 0.48% 0.48% -
HSV(B) 127.56º 0.65% 0.72% -
XYZ 20.46 35.52 13.18 -
YUV 135.56 96.08 76.96 -
System Red Green Blue C M Y K H S L
Decimal 64 183 79 0.65 0 0.57 0.28 127.56 0.48 0.48
Hex 40 B7 4F 41 0 39 1C 80 30 30
Octal 100 267 117 101 0 71 34 200 60 60
Binary 1000000 10110111 1001111 1000001 0 111001 11100 10000000 110000 110000

Color Harmonies of #40B74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B74F

Black with #40B74F

Text Example


Text Example

White with #40B74F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,183,79); }

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

background-color css

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

 a { background-color: rgb(64,183,79); }

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

border-color css

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

 span { border-color: rgb(64,183,79); }

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