Html Css Color HEX #40AE3C Fruit Salad

📋 copy color: '#40AE3C'

red 64 ◦ green 174 ◦ blue 60

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

Shades of Fruit Salad #40AE3C

Tints of Fruit Salad #40AE3C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 58.39%

 BLUE value IS 60 (23.83% from 255) = 20.13%

R = 21.48%
G = 58.39%
B = 20.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#40AE3C (or 0x40AE3C) is known color: Fruit Salad. HEX triplet: 40, AE and 3C. RGB value is (64,174,60). Sum of RGB (Red+Green+Blue) = 64+174+60=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 174 (68.36% from 255 or 58.39% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AE3C is #BF51C3. Grayscale: #808080. Windows color (decimal): -12538308 or 3976768. OLE color: 3976768.

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

Color convert

RGB 64 174 60 -
CMYK 0.63 0 0.66 0.32
HSL 117.89º 0.49% 0.46% -
HSV(B) 117.89º 0.66% 0.68% -
XYZ 18.07 31.69 9.44 -
YUV 128.11 89.56 82.27 -
System Red Green Blue C M Y K H S L
Decimal 64 174 60 0.63 0 0.66 0.32 117.89 0.49 0.46
Hex 40 AE 3C 3F 0 42 20 76 31 2E
Octal 100 256 74 77 0 102 40 166 61 56
Binary 1000000 10101110 111100 111111 0 1000010 100000 1110110 110001 101110

Color Harmonies of #40AE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AE3C

Black with #40AE3C

Text Example


Text Example

White with #40AE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,174,60); }

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

background-color css

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

 a { background-color: rgb(64,174,60); }

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

border-color css

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

 span { border-color: rgb(64,174,60); }

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