Html Css Color HEX #40AD4C Fruit Salad

📋 copy color: '#40AD4C'

red 64 ◦ green 173 ◦ blue 76

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

Shades of Fruit Salad #40AD4C

Tints of Fruit Salad #40AD4C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.27%

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

R = 20.45%
G = 55.27%
B = 24.28%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#40AD4C (or 0x40AD4C) is known color: Fruit Salad. HEX triplet: 40, AD and 4C. RGB value is (64,173,76). Sum of RGB (Red+Green+Blue) = 64+173+76=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AD4C is #BF52B3. Grayscale: #818181. Windows color (decimal): -12538548 or 5025088. OLE color: 5025088.

HSL color Cylindrical-coordinate representation of color #40AD4C: hue angle of 126.61º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AD4C is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 173 76 -
CMYK 0.63 0 0.56 0.32
HSL 126.61º 0.46% 0.46% -
HSV(B) 126.61º 0.63% 0.68% -
XYZ 18.36 31.5 11.95 -
YUV 129.35 97.89 81.39 -
System Red Green Blue C M Y K H S L
Decimal 64 173 76 0.63 0 0.56 0.32 126.61 0.46 0.46
Hex 40 AD 4C 3F 0 38 20 7F 2E 2E
Octal 100 255 114 77 0 70 40 177 56 56
Binary 1000000 10101101 1001100 111111 0 111000 100000 1111111 101110 101110

Color Harmonies of #40AD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AD4C

Black with #40AD4C

Text Example


Text Example

White with #40AD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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