Html Css Color HEX #40AF47 Fruit Salad

📋 copy color: '#40AF47'

red 64 ◦ green 175 ◦ blue 71

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

Shades of Fruit Salad #40AF47

Tints of Fruit Salad #40AF47

RGB

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

 GREEN value IS 175 (68.75% from 255) = 56.45%

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

R = 20.65%
G = 56.45%
B = 22.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#40AF47 (or 0x40AF47) is known color: Fruit Salad. HEX triplet: 40, AF and 47. RGB value is (64,175,71). Sum of RGB (Red+Green+Blue) = 64+175+71=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AF47 is #BF50B8. Grayscale: #828282. Windows color (decimal): -12538041 or 4697920. OLE color: 4697920.

HSL color Cylindrical-coordinate representation of color #40AF47: hue angle of 123.78º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AF47 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 175 71 -
CMYK 0.63 0 0.59 0.31
HSL 123.78º 0.46% 0.47% -
HSV(B) 123.78º 0.63% 0.69% -
XYZ 18.58 32.2 11.2 -
YUV 129.96 94.73 80.96 -
System Red Green Blue C M Y K H S L
Decimal 64 175 71 0.63 0 0.59 0.31 123.78 0.46 0.47
Hex 40 AF 47 3F 0 3B 1F 7C 2E 2F
Octal 100 257 107 77 0 73 37 174 56 57
Binary 1000000 10101111 1000111 111111 0 111011 11111 1111100 101110 101111

Color Harmonies of #40AF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AF47

Black with #40AF47

Text Example


Text Example

White with #40AF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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