Html Css Color HEX #40CA5E Emerald

📋 copy color: '#40CA5E'

red 64 ◦ green 202 ◦ blue 94

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

Shades of Emerald #40CA5E

Tints of Emerald #40CA5E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 56.11%

 BLUE value IS 94 (37.11% from 255) = 26.11%

R = 17.78%
G = 56.11%
B = 26.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#40CA5E (or 0x40CA5E) is known color: Emerald. HEX triplet: 40, CA and 5E. RGB value is (64,202,94). Sum of RGB (Red+Green+Blue) = 64+202+94=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CA5E is #BF35A1. Grayscale: #949494. Windows color (decimal): -12531106 or 6212160. OLE color: 6212160.

HSL color Cylindrical-coordinate representation of color #40CA5E: hue angle of 133.04º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CA5E is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 202 94 -
CMYK 0.68 0 0.53 0.21
HSL 133.04º 0.57% 0.52% -
HSV(B) 133.04º 0.68% 0.79% -
XYZ 25.26 44.14 17.78 -
YUV 148.43 97.28 67.78 -
System Red Green Blue C M Y K H S L
Decimal 64 202 94 0.68 0 0.53 0.21 133.04 0.57 0.52
Hex 40 CA 5E 44 0 35 15 85 39 34
Octal 100 312 136 104 0 65 25 205 71 64
Binary 1000000 11001010 1011110 1000100 0 110101 10101 10000101 111001 110100

Color Harmonies of #40CA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CA5E

Black with #40CA5E

Text Example


Text Example

White with #40CA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,202,94); }

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

background-color css

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

 a { background-color: rgb(64,202,94); }

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

border-color css

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

 span { border-color: rgb(64,202,94); }

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