Html Css Color HEX #40E985 Emerald

📋 copy color: '#40E985'

red 64 ◦ green 233 ◦ blue 133

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

Shades of Emerald #40E985

Tints of Emerald #40E985

RGB

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

 GREEN value IS 233 (91.41% from 255) = 54.19%

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

R = 14.88%
G = 54.19%
B = 30.93%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#40E985 (or 0x40E985) is known color: Emerald. HEX triplet: 40, E9 and 85. RGB value is (64,233,133). Sum of RGB (Red+Green+Blue) = 64+233+133=430 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.88% from 430); Green value is 233 (91.41% from 255 or 54.19% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 233 - color contains mainly: green. Hex color #40E985 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40E985 is #BF167A. Grayscale: #ABABAB. Windows color (decimal): -12523131 or 8776000. OLE color: 8776000.

HSL color Cylindrical-coordinate representation of color #40E985: hue angle of 144.5º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E985 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 233 133 -
CMYK 0.73 0 0.43 0.09
HSL 144.5º 0.79% 0.58% -
HSV(B) 144.5º 0.73% 0.91% -
XYZ 35.49 61.06 32.11 -
YUV 171.07 106.51 51.63 -
System Red Green Blue C M Y K H S L
Decimal 64 233 133 0.73 0 0.43 0.09 144.5 0.79 0.58
Hex 40 E9 85 49 0 2B 9 90 4F 3A
Octal 100 351 205 111 0 53 11 220 117 72
Binary 1000000 11101001 10000101 1001001 0 101011 1001 10010000 1001111 111010

Color Harmonies of #40E985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E985

Black with #40E985

Text Example


Text Example

White with #40E985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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