Html Css Color HEX #40BC4E Fruit Salad

📋 copy color: '#40BC4E'

red 64 ◦ green 188 ◦ blue 78

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

Shades of Fruit Salad #40BC4E

Tints of Fruit Salad #40BC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.64%

R = 19.39%
G = 56.97%
B = 23.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#40BC4E (or 0x40BC4E) is known color: Fruit Salad. HEX triplet: 40, BC and 4E. RGB value is (64,188,78). Sum of RGB (Red+Green+Blue) = 64+188+78=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC4E is #BF43B1. Grayscale: #8A8A8A. Windows color (decimal): -12534706 or 5160000. OLE color: 5160000.

HSL color Cylindrical-coordinate representation of color #40BC4E: hue angle of 126.77º 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 #40BC4E is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 188 78 -
CMYK 0.66 0 0.59 0.26
HSL 126.77º 0.49% 0.49% -
HSV(B) 126.77º 0.66% 0.74% -
XYZ 21.47 37.61 13.33 -
YUV 138.38 93.92 74.94 -
System Red Green Blue C M Y K H S L
Decimal 64 188 78 0.66 0 0.59 0.26 126.77 0.49 0.49
Hex 40 BC 4E 42 0 3B 1A 7F 31 31
Octal 100 274 116 102 0 73 32 177 61 61
Binary 1000000 10111100 1001110 1000010 0 111011 11010 1111111 110001 110001

Color Harmonies of #40BC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BC4E

Black with #40BC4E

Text Example


Text Example

White with #40BC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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