Html Css Color HEX #40CD60 Emerald

📋 copy color: '#40CD60'

red 64 ◦ green 205 ◦ blue 96

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

Shades of Emerald #40CD60

Tints of Emerald #40CD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.3%

R = 17.53%
G = 56.16%
B = 26.3%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#40CD60 (or 0x40CD60) is known color: Emerald. HEX triplet: 40, CD and 60. RGB value is (64,205,96). Sum of RGB (Red+Green+Blue) = 64+205+96=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CD60 is #BF329F. Grayscale: #969696. Windows color (decimal): -12530336 or 6344000. OLE color: 6344000.

HSL color Cylindrical-coordinate representation of color #40CD60: hue angle of 133.62º 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 #40CD60 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 205 96 -
CMYK 0.69 0 0.53 0.20
HSL 133.62º 0.59% 0.53% -
HSV(B) 133.62º 0.69% 0.8% -
XYZ 26.06 45.6 18.49 -
YUV 150.42 97.29 66.36 -
System Red Green Blue C M Y K H S L
Decimal 64 205 96 0.69 0 0.53 0.20 133.62 0.59 0.53
Hex 40 CD 60 45 0 35 14 86 3B 35
Octal 100 315 140 105 0 65 24 206 73 65
Binary 1000000 11001101 1100000 1000101 0 110101 10100 10000110 111011 110101

Color Harmonies of #40CD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CD60

Black with #40CD60

Text Example


Text Example

White with #40CD60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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