Html Css Color HEX #40CD66 Emerald

📋 copy color: '#40CD66'

red 64 ◦ green 205 ◦ blue 102

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

Shades of Emerald #40CD66

Tints of Emerald #40CD66

RGB

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

 GREEN value IS 205 (80.47% from 255) = 55.26%

 BLUE value IS 102 (40.23% from 255) = 27.49%

R = 17.25%
G = 55.26%
B = 27.49%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#40CD66 (or 0x40CD66) is known color: Emerald. HEX triplet: 40, CD and 66. RGB value is (64,205,102). Sum of RGB (Red+Green+Blue) = 64+205+102=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CD66 is #BF3299. Grayscale: #979797. Windows color (decimal): -12530330 or 6737216. OLE color: 6737216.

HSL color Cylindrical-coordinate representation of color #40CD66: hue angle of 136.17º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CD66 is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 205 102 -
CMYK 0.69 0 0.50 0.20
HSL 136.17º 0.59% 0.53% -
HSV(B) 136.17º 0.69% 0.8% -
XYZ 26.34 45.71 20.01 -
YUV 151.1 100.29 65.88 -
System Red Green Blue C M Y K H S L
Decimal 64 205 102 0.69 0 0.50 0.20 136.17 0.59 0.53
Hex 40 CD 66 45 0 32 14 88 3B 35
Octal 100 315 146 105 0 62 24 210 73 65
Binary 1000000 11001101 1100110 1000101 0 110010 10100 10001000 111011 110101

Color Harmonies of #40CD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CD66

Black with #40CD66

Text Example


Text Example

White with #40CD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,205,102); }

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

background-color css

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

 a { background-color: rgb(64,205,102); }

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

border-color css

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

 span { border-color: rgb(64,205,102); }

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