Html Css Color HEX #40D75E Emerald

📋 copy color: '#40D75E'

red 64 ◦ green 215 ◦ blue 94

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

Shades of Emerald #40D75E

Tints of Emerald #40D75E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 57.64%

 BLUE value IS 94 (37.11% from 255) = 25.2%

R = 17.16%
G = 57.64%
B = 25.2%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#40D75E (or 0x40D75E) is known color: Emerald. HEX triplet: 40, D7 and 5E. RGB value is (64,215,94). Sum of RGB (Red+Green+Blue) = 64+215+94=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 215 (84.38% from 255 or 57.64% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 215 - color contains mainly: green. Hex color #40D75E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D75E is #BF28A1. Grayscale: #9C9C9C. Windows color (decimal): -12527778 or 6215488. OLE color: 6215488.

HSL color Cylindrical-coordinate representation of color #40D75E: hue angle of 131.92º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D75E is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 215 94 -
CMYK 0.70 0 0.56 0.16
HSL 131.92º 0.65% 0.55% -
HSV(B) 131.92º 0.7% 0.84% -
XYZ 28.44 50.5 18.84 -
YUV 156.06 92.97 62.34 -
System Red Green Blue C M Y K H S L
Decimal 64 215 94 0.70 0 0.56 0.16 131.92 0.65 0.55
Hex 40 D7 5E 46 0 38 10 84 41 37
Octal 100 327 136 106 0 70 20 204 101 67
Binary 1000000 11010111 1011110 1000110 0 111000 10000 10000100 1000001 110111

Color Harmonies of #40D75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D75E

Black with #40D75E

Text Example


Text Example

White with #40D75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,215,94); }

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

background-color css

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

 a { background-color: rgb(64,215,94); }

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

border-color css

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

 span { border-color: rgb(64,215,94); }

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