Html Css Color HEX #40BC4D Fruit Salad

📋 copy color: '#40BC4D'

red 64 ◦ green 188 ◦ blue 77

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

Shades of Fruit Salad #40BC4D

Tints of Fruit Salad #40BC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 19.45%
G = 57.14%
B = 23.4%

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

#40BC4D (or 0x40BC4D) is known color: Fruit Salad. HEX triplet: 40, BC and 4D. RGB value is (64,188,77). Sum of RGB (Red+Green+Blue) = 64+188+77=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC4D is #BF43B2. Grayscale: #8A8A8A. Windows color (decimal): -12534707 or 5094464. OLE color: 5094464.

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

Color convert

RGB 64 188 77 -
CMYK 0.66 0 0.59 0.26
HSL 126.29º 0.49% 0.49% -
HSV(B) 126.29º 0.66% 0.74% -
XYZ 21.44 37.59 13.15 -
YUV 138.27 93.42 75.03 -
System Red Green Blue C M Y K H S L
Decimal 64 188 77 0.66 0 0.59 0.26 126.29 0.49 0.49
Hex 40 BC 4D 42 0 3B 1A 7E 31 31
Octal 100 274 115 102 0 73 32 176 61 61
Binary 1000000 10111100 1001101 1000010 0 111011 11010 1111110 110001 110001

Color Harmonies of #40BC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BC4D

Black with #40BC4D

Text Example


Text Example

White with #40BC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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