Html Css Color HEX #40B64C Fruit Salad

📋 copy color: '#40B64C'

red 64 ◦ green 182 ◦ blue 76

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

Shades of Fruit Salad #40B64C

Tints of Fruit Salad #40B64C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.52%

 BLUE value IS 76 (30.08% from 255) = 23.6%

R = 19.88%
G = 56.52%
B = 23.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#40B64C (or 0x40B64C) is known color: Fruit Salad. HEX triplet: 40, B6 and 4C. RGB value is (64,182,76). Sum of RGB (Red+Green+Blue) = 64+182+76=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 182 (71.48% from 255 or 56.52% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 182 - color contains mainly: green. Hex color #40B64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B64C is #BF49B3. Grayscale: #868686. Windows color (decimal): -12536244 or 5027392. OLE color: 5027392.

HSL color Cylindrical-coordinate representation of color #40B64C: hue angle of 126.1º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B64C is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 182 76 -
CMYK 0.65 0 0.58 0.29
HSL 126.1º 0.48% 0.48% -
HSV(B) 126.1º 0.65% 0.71% -
XYZ 20.15 35.07 12.54 -
YUV 134.63 94.91 77.62 -
System Red Green Blue C M Y K H S L
Decimal 64 182 76 0.65 0 0.58 0.29 126.1 0.48 0.48
Hex 40 B6 4C 41 0 3A 1D 7E 30 30
Octal 100 266 114 101 0 72 35 176 60 60
Binary 1000000 10110110 1001100 1000001 0 111010 11101 1111110 110000 110000

Color Harmonies of #40B64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B64C

Black with #40B64C

Text Example


Text Example

White with #40B64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,182,76); }

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

background-color css

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

 a { background-color: rgb(64,182,76); }

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

border-color css

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

 span { border-color: rgb(64,182,76); }

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