Html Css Color HEX #40A74C Fruit Salad

📋 copy color: '#40A74C'

red 64 ◦ green 167 ◦ blue 76

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

Shades of Fruit Salad #40A74C

Tints of Fruit Salad #40A74C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 54.4%

 BLUE value IS 76 (30.08% from 255) = 24.76%

R = 20.85%
G = 54.4%
B = 24.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#40A74C (or 0x40A74C) is known color: Fruit Salad. HEX triplet: 40, A7 and 4C. RGB value is (64,167,76). Sum of RGB (Red+Green+Blue) = 64+167+76=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 167 (65.62% from 255 or 54.40% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 167 - color contains mainly: green. Hex color #40A74C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A74C is #BF58B3. Grayscale: #7E7E7E. Windows color (decimal): -12540084 or 5023552. OLE color: 5023552.

HSL color Cylindrical-coordinate representation of color #40A74C: hue angle of 126.99º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A74C is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 167 76 -
CMYK 0.62 0 0.54 0.35
HSL 126.99º 0.45% 0.45% -
HSV(B) 126.99º 0.62% 0.65% -
XYZ 17.24 29.25 11.57 -
YUV 125.83 99.88 83.9 -
System Red Green Blue C M Y K H S L
Decimal 64 167 76 0.62 0 0.54 0.35 126.99 0.45 0.45
Hex 40 A7 4C 3E 0 36 23 7F 2D 2D
Octal 100 247 114 76 0 66 43 177 55 55
Binary 1000000 10100111 1001100 111110 0 110110 100011 1111111 101101 101101

Color Harmonies of #40A74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A74C

Black with #40A74C

Text Example


Text Example

White with #40A74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,167,76); }

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

background-color css

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

 a { background-color: rgb(64,167,76); }

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

border-color css

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

 span { border-color: rgb(64,167,76); }

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