Html Css Color HEX #40A93F Fruit Salad

📋 copy color: '#40A93F'

red 64 ◦ green 169 ◦ blue 63

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

Shades of Fruit Salad #40A93F

Tints of Fruit Salad #40A93F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 57.09%

 BLUE value IS 63 (25% from 255) = 21.28%

R = 21.62%
G = 57.09%
B = 21.28%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#40A93F (or 0x40A93F) is known color: Fruit Salad. HEX triplet: 40, A9 and 3F. RGB value is (64,169,63). Sum of RGB (Red+Green+Blue) = 64+169+63=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 169 (66.41% from 255 or 57.09% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 169 - color contains mainly: green. Hex color #40A93F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A93F is #BF56C0. Grayscale: #7D7D7D. Windows color (decimal): -12539585 or 4172096. OLE color: 4172096.

HSL color Cylindrical-coordinate representation of color #40A93F: hue angle of 119.43º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40A93F is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 64 169 63 -
CMYK 0.62 0 0.63 0.34
HSL 119.43º 0.46% 0.45% -
HSV(B) 119.43º 0.63% 0.66% -
XYZ 17.2 29.82 9.55 -
YUV 125.52 92.71 84.12 -
System Red Green Blue C M Y K H S L
Decimal 64 169 63 0.62 0 0.63 0.34 119.43 0.46 0.45
Hex 40 A9 3F 3E 0 3F 22 77 2E 2D
Octal 100 251 77 76 0 77 42 167 56 55
Binary 1000000 10101001 111111 111110 0 111111 100010 1110111 101110 101101

Color Harmonies of #40A93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A93F

Black with #40A93F

Text Example


Text Example

White with #40A93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,169,63); }

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

background-color css

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

 a { background-color: rgb(64,169,63); }

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

border-color css

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

 span { border-color: rgb(64,169,63); }

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