Html Css Color HEX #40D07F Emerald

📋 copy color: '#40D07F'

red 64 ◦ green 208 ◦ blue 127

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

Shades of Emerald #40D07F

Tints of Emerald #40D07F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.13%

 BLUE value IS 127 (50% from 255) = 31.83%

R = 16.04%
G = 52.13%
B = 31.83%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#40D07F (or 0x40D07F) is known color: Emerald. HEX triplet: 40, D0 and 7F. RGB value is (64,208,127). Sum of RGB (Red+Green+Blue) = 64+208+127=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #40D07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D07F is #BF2F80. Grayscale: #9B9B9B. Windows color (decimal): -12529537 or 8376384. OLE color: 8376384.

HSL color Cylindrical-coordinate representation of color #40D07F: hue angle of 146.25º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D07F is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 208 127 -
CMYK 0.69 0 0.39 0.18
HSL 146.25º 0.61% 0.53% -
HSV(B) 146.25º 0.69% 0.82% -
XYZ 28.5 47.73 27.79 -
YUV 155.71 111.79 62.59 -
System Red Green Blue C M Y K H S L
Decimal 64 208 127 0.69 0 0.39 0.18 146.25 0.61 0.53
Hex 40 D0 7F 45 0 27 12 92 3D 35
Octal 100 320 177 105 0 47 22 222 75 65
Binary 1000000 11010000 1111111 1000101 0 100111 10010 10010010 111101 110101

Color Harmonies of #40D07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D07F

Black with #40D07F

Text Example


Text Example

White with #40D07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,208,127); }

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

background-color css

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

 a { background-color: rgb(64,208,127); }

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

border-color css

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

 span { border-color: rgb(64,208,127); }

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