Html Css Color HEX #40D585 Emerald

📋 copy color: '#40D585'

red 64 ◦ green 213 ◦ blue 133

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

Shades of Emerald #40D585

Tints of Emerald #40D585

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.95%

 BLUE value IS 133 (52.34% from 255) = 32.44%

R = 15.61%
G = 51.95%
B = 32.44%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#40D585 (or 0x40D585) is known color: Emerald. HEX triplet: 40, D5 and 85. RGB value is (64,213,133). Sum of RGB (Red+Green+Blue) = 64+213+133=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #40D585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D585 is #BF2A7A. Grayscale: #9F9F9F. Windows color (decimal): -12528251 or 8770880. OLE color: 8770880.

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

Color convert

RGB 64 213 133 -
CMYK 0.70 0 0.38 0.16
HSL 147.79º 0.64% 0.54% -
HSV(B) 147.79º 0.7% 0.84% -
XYZ 30.14 50.37 30.32 -
YUV 159.33 113.14 60 -
System Red Green Blue C M Y K H S L
Decimal 64 213 133 0.70 0 0.38 0.16 147.79 0.64 0.54
Hex 40 D5 85 46 0 26 10 94 40 36
Octal 100 325 205 106 0 46 20 224 100 66
Binary 1000000 11010101 10000101 1000110 0 100110 10000 10010100 1000000 110110

Color Harmonies of #40D585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D585

Black with #40D585

Text Example


Text Example

White with #40D585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,213,133); }

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

background-color css

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

 a { background-color: rgb(64,213,133); }

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

border-color css

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

 span { border-color: rgb(64,213,133); }

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