Html Css Color HEX #40B14A Fruit Salad

📋 copy color: '#40B14A'

red 64 ◦ green 177 ◦ blue 74

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

Shades of Fruit Salad #40B14A

Tints of Fruit Salad #40B14A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 56.19%

 BLUE value IS 74 (29.3% from 255) = 23.49%

R = 20.32%
G = 56.19%
B = 23.49%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#40B14A (or 0x40B14A) is known color: Fruit Salad. HEX triplet: 40, B1 and 4A. RGB value is (64,177,74). Sum of RGB (Red+Green+Blue) = 64+177+74=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 177 (69.53% from 255 or 56.19% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 177 - color contains mainly: green. Hex color #40B14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B14A is #BF4EB5. Grayscale: #838383. Windows color (decimal): -12537526 or 4895040. OLE color: 4895040.

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

Color convert

RGB 64 177 74 -
CMYK 0.64 0 0.58 0.31
HSL 125.31º 0.47% 0.47% -
HSV(B) 125.31º 0.64% 0.69% -
XYZ 19.07 33.03 11.85 -
YUV 131.47 95.56 79.88 -
System Red Green Blue C M Y K H S L
Decimal 64 177 74 0.64 0 0.58 0.31 125.31 0.47 0.47
Hex 40 B1 4A 40 0 3A 1F 7D 2F 2F
Octal 100 261 112 100 0 72 37 175 57 57
Binary 1000000 10110001 1001010 1000000 0 111010 11111 1111101 101111 101111

Color Harmonies of #40B14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B14A

Black with #40B14A

Text Example


Text Example

White with #40B14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,177,74); }

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

background-color css

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

 a { background-color: rgb(64,177,74); }

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

border-color css

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

 span { border-color: rgb(64,177,74); }

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