Html Css Color HEX #40DD67 Emerald

📋 copy color: '#40DD67'

red 64 ◦ green 221 ◦ blue 103

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

Shades of Emerald #40DD67

Tints of Emerald #40DD67

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.96%

 BLUE value IS 103 (40.63% from 255) = 26.55%

R = 16.49%
G = 56.96%
B = 26.55%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#40DD67 (or 0x40DD67) is known color: Emerald. HEX triplet: 40, DD and 67. RGB value is (64,221,103). Sum of RGB (Red+Green+Blue) = 64+221+103=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 221 (86.72% from 255 or 56.96% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DD67 is #BF2298. Grayscale: #A0A0A0. Windows color (decimal): -12526233 or 6806848. OLE color: 6806848.

HSL color Cylindrical-coordinate representation of color #40DD67: hue angle of 134.9º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DD67 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 221 103 -
CMYK 0.71 0 0.53 0.13
HSL 134.9º 0.7% 0.56% -
HSV(B) 134.9º 0.71% 0.87% -
XYZ 30.42 53.78 21.61 -
YUV 160.61 95.49 59.09 -
System Red Green Blue C M Y K H S L
Decimal 64 221 103 0.71 0 0.53 0.13 134.9 0.7 0.56
Hex 40 DD 67 47 0 35 D 87 46 38
Octal 100 335 147 107 0 65 15 207 106 70
Binary 1000000 11011101 1100111 1000111 0 110101 1101 10000111 1000110 111000

Color Harmonies of #40DD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DD67

Black with #40DD67

Text Example


Text Example

White with #40DD67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,221,103); }

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

background-color css

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

 a { background-color: rgb(64,221,103); }

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

border-color css

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

 span { border-color: rgb(64,221,103); }

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