Html Css Color HEX #40AB42 Fruit Salad

📋 copy color: '#40AB42'

red 64 ◦ green 171 ◦ blue 66

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

Shades of Fruit Salad #40AB42

Tints of Fruit Salad #40AB42

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.81%

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 21.26%
G = 56.81%
B = 21.93%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#40AB42 (or 0x40AB42) is known color: Fruit Salad. HEX triplet: 40, AB and 42. RGB value is (64,171,66). Sum of RGB (Red+Green+Blue) = 64+171+66=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AB42 is #BF54BD. Grayscale: #7F7F7F. Windows color (decimal): -12539070 or 4369216. OLE color: 4369216.

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

Color convert

RGB 64 171 66 -
CMYK 0.63 0 0.61 0.33
HSL 121.12º 0.46% 0.46% -
HSV(B) 121.12º 0.63% 0.67% -
XYZ 17.66 30.61 10.13 -
YUV 127.04 93.55 83.04 -
System Red Green Blue C M Y K H S L
Decimal 64 171 66 0.63 0 0.61 0.33 121.12 0.46 0.46
Hex 40 AB 42 3F 0 3D 21 79 2E 2E
Octal 100 253 102 77 0 75 41 171 56 56
Binary 1000000 10101011 1000010 111111 0 111101 100001 1111001 101110 101110

Color Harmonies of #40AB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AB42

Black with #40AB42

Text Example


Text Example

White with #40AB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,171,66); }

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

background-color css

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

 a { background-color: rgb(64,171,66); }

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

border-color css

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

 span { border-color: rgb(64,171,66); }

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