Html Css Color HEX #40E161 Emerald

📋 copy color: '#40E161'

red 64 ◦ green 225 ◦ blue 97

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

Shades of Emerald #40E161

Tints of Emerald #40E161

RGB

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

 GREEN value IS 225 (88.28% from 255) = 58.29%

 BLUE value IS 97 (38.28% from 255) = 25.13%

R = 16.58%
G = 58.29%
B = 25.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#40E161 (or 0x40E161) is known color: Emerald. HEX triplet: 40, E1 and 61. RGB value is (64,225,97). Sum of RGB (Red+Green+Blue) = 64+225+97=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 225 (88.28% from 255 or 58.29% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 225 - color contains mainly: green. Hex color #40E161 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E161 is #BF1E9E. Grayscale: #A2A2A2. Windows color (decimal): -12525215 or 6414656. OLE color: 6414656.

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

Color convert

RGB 64 225 97 -
CMYK 0.72 0 0.57 0.12
HSL 132.3º 0.73% 0.57% -
HSV(B) 132.3º 0.72% 0.88% -
XYZ 31.2 55.8 20.44 -
YUV 162.27 91.16 57.91 -
System Red Green Blue C M Y K H S L
Decimal 64 225 97 0.72 0 0.57 0.12 132.3 0.73 0.57
Hex 40 E1 61 48 0 39 C 84 49 39
Octal 100 341 141 110 0 71 14 204 111 71
Binary 1000000 11100001 1100001 1001000 0 111001 1100 10000100 1001001 111001

Color Harmonies of #40E161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E161

Black with #40E161

Text Example


Text Example

White with #40E161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,225,97); }

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

background-color css

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

 a { background-color: rgb(64,225,97); }

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

border-color css

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

 span { border-color: rgb(64,225,97); }

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