Html Css Color HEX #40BC46 Fruit Salad

📋 copy color: '#40BC46'

red 64 ◦ green 188 ◦ blue 70

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

Shades of Fruit Salad #40BC46

Tints of Fruit Salad #40BC46

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.39%

 BLUE value IS 70 (27.73% from 255) = 21.74%

R = 19.88%
G = 58.39%
B = 21.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#40BC46 (or 0x40BC46) is known color: Fruit Salad. HEX triplet: 40, BC and 46. RGB value is (64,188,70). Sum of RGB (Red+Green+Blue) = 64+188+70=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BC46 is #BF43B9. Grayscale: #898989. Windows color (decimal): -12534714 or 4635712. OLE color: 4635712.

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

Color convert

RGB 64 188 70 -
CMYK 0.66 0 0.63 0.26
HSL 122.9º 0.49% 0.49% -
HSV(B) 122.9º 0.66% 0.74% -
XYZ 21.2 37.5 11.91 -
YUV 137.47 89.92 75.59 -
System Red Green Blue C M Y K H S L
Decimal 64 188 70 0.66 0 0.63 0.26 122.9 0.49 0.49
Hex 40 BC 46 42 0 3F 1A 7B 31 31
Octal 100 274 106 102 0 77 32 173 61 61
Binary 1000000 10111100 1000110 1000010 0 111111 11010 1111011 110001 110001

Color Harmonies of #40BC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BC46

Black with #40BC46

Text Example


Text Example

White with #40BC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,188,70); }

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

background-color css

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

 a { background-color: rgb(64,188,70); }

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

border-color css

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

 span { border-color: rgb(64,188,70); }

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