Html Css Color HEX #40A247 Fruit Salad

📋 copy color: '#40A247'

red 64 ◦ green 162 ◦ blue 71

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

Shades of Fruit Salad #40A247

Tints of Fruit Salad #40A247

RGB

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

 GREEN value IS 162 (63.67% from 255) = 54.55%

 BLUE value IS 71 (28.13% from 255) = 23.91%

R = 21.55%
G = 54.55%
B = 23.91%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#40A247 (or 0x40A247) is known color: Fruit Salad. HEX triplet: 40, A2 and 47. RGB value is (64,162,71). Sum of RGB (Red+Green+Blue) = 64+162+71=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 162 (63.67% from 255 or 54.55% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 162 - color contains mainly: green. Hex color #40A247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A247 is #BF5DB8. Grayscale: #7A7A7A. Windows color (decimal): -12541369 or 4694592. OLE color: 4694592.

HSL color Cylindrical-coordinate representation of color #40A247: hue angle of 124.29º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A247 is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 162 71 -
CMYK 0.60 0 0.56 0.36
HSL 124.29º 0.43% 0.44% -
HSV(B) 124.29º 0.6% 0.64% -
XYZ 16.17 27.39 10.39 -
YUV 122.32 99.03 86.4 -
System Red Green Blue C M Y K H S L
Decimal 64 162 71 0.60 0 0.56 0.36 124.29 0.43 0.44
Hex 40 A2 47 3C 0 38 24 7C 2B 2C
Octal 100 242 107 74 0 70 44 174 53 54
Binary 1000000 10100010 1000111 111100 0 111000 100100 1111100 101011 101100

Color Harmonies of #40A247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A247

Black with #40A247

Text Example


Text Example

White with #40A247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,162,71); }

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

background-color css

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

 a { background-color: rgb(64,162,71); }

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

border-color css

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

 span { border-color: rgb(64,162,71); }

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