Html Css Color HEX #40AB4B Fruit Salad

📋 copy color: '#40AB4B'

red 64 ◦ green 171 ◦ blue 75

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

Shades of Fruit Salad #40AB4B

Tints of Fruit Salad #40AB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.19%

R = 20.65%
G = 55.16%
B = 24.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#40AB4B (or 0x40AB4B) is known color: Fruit Salad. HEX triplet: 40, AB and 4B. RGB value is (64,171,75). Sum of RGB (Red+Green+Blue) = 64+171+75=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 171 (67.19% from 255 or 55.16% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AB4B is #BF54B4. Grayscale: #808080. Windows color (decimal): -12539061 or 4959040. OLE color: 4959040.

HSL color Cylindrical-coordinate representation of color #40AB4B: hue angle of 126.17º 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 #40AB4B is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 171 75 -
CMYK 0.63 0 0.56 0.33
HSL 126.17º 0.46% 0.46% -
HSV(B) 126.17º 0.63% 0.67% -
XYZ 17.95 30.72 11.64 -
YUV 128.06 98.05 82.31 -
System Red Green Blue C M Y K H S L
Decimal 64 171 75 0.63 0 0.56 0.33 126.17 0.46 0.46
Hex 40 AB 4B 3F 0 38 21 7E 2E 2E
Octal 100 253 113 77 0 70 41 176 56 56
Binary 1000000 10101011 1001011 111111 0 111000 100001 1111110 101110 101110

Color Harmonies of #40AB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AB4B

Black with #40AB4B

Text Example


Text Example

White with #40AB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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