Html Css Color HEX #40B74A Fruit Salad

📋 copy color: '#40B74A'

red 64 ◦ green 183 ◦ blue 74

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

Shades of Fruit Salad #40B74A

Tints of Fruit Salad #40B74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.05%

R = 19.94%
G = 57.01%
B = 23.05%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#40B74A (or 0x40B74A) is known color: Fruit Salad. HEX triplet: 40, B7 and 4A. RGB value is (64,183,74). Sum of RGB (Red+Green+Blue) = 64+183+74=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 183 (71.88% from 255 or 57.01% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 183 - color contains mainly: green. Hex color #40B74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B74A is #BF48B5. Grayscale: #878787. Windows color (decimal): -12535990 or 4896576. OLE color: 4896576.

HSL color Cylindrical-coordinate representation of color #40B74A: hue angle of 125.04º 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 #40B74A is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 64 183 74 -
CMYK 0.65 0 0.60 0.28
HSL 125.04º 0.48% 0.48% -
HSV(B) 125.04º 0.65% 0.72% -
XYZ 20.28 35.45 12.25 -
YUV 134.99 93.58 77.36 -
System Red Green Blue C M Y K H S L
Decimal 64 183 74 0.65 0 0.60 0.28 125.04 0.48 0.48
Hex 40 B7 4A 41 0 3C 1C 7D 30 30
Octal 100 267 112 101 0 74 34 175 60 60
Binary 1000000 10110111 1001010 1000001 0 111100 11100 1111101 110000 110000

Color Harmonies of #40B74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B74A

Black with #40B74A

Text Example


Text Example

White with #40B74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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