Html Css Color HEX #40E085 Emerald

📋 copy color: '#40E085'

red 64 ◦ green 224 ◦ blue 133

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

Shades of Emerald #40E085

Tints of Emerald #40E085

RGB

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

 GREEN value IS 224 (87.89% from 255) = 53.21%

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

R = 15.2%
G = 53.21%
B = 31.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#40E085 (or 0x40E085) is known color: Emerald. HEX triplet: 40, E0 and 85. RGB value is (64,224,133). Sum of RGB (Red+Green+Blue) = 64+224+133=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 224 (87.89% from 255 or 53.21% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 224 - color contains mainly: green. Hex color #40E085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E085 is #BF1F7A. Grayscale: #A5A5A5. Windows color (decimal): -12525435 or 8773696. OLE color: 8773696.

HSL color Cylindrical-coordinate representation of color #40E085: hue angle of 145.88º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40E085 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 224 133 -
CMYK 0.71 0 0.41 0.12
HSL 145.88º 0.72% 0.56% -
HSV(B) 145.88º 0.71% 0.88% -
XYZ 33 56.09 31.28 -
YUV 165.79 109.49 55.4 -
System Red Green Blue C M Y K H S L
Decimal 64 224 133 0.71 0 0.41 0.12 145.88 0.72 0.56
Hex 40 E0 85 47 0 29 C 92 48 38
Octal 100 340 205 107 0 51 14 222 110 70
Binary 1000000 11100000 10000101 1000111 0 101001 1100 10010010 1001000 111000

Color Harmonies of #40E085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E085

Black with #40E085

Text Example


Text Example

White with #40E085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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