Html Css Color HEX #40CA71 Emerald

📋 copy color: '#40CA71'

red 64 ◦ green 202 ◦ blue 113

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

Shades of Emerald #40CA71

Tints of Emerald #40CA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.82%

R = 16.89%
G = 53.3%
B = 29.82%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#40CA71 (or 0x40CA71) is known color: Emerald. HEX triplet: 40, CA and 71. RGB value is (64,202,113). Sum of RGB (Red+Green+Blue) = 64+202+113=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CA71 is #BF358E. Grayscale: #969696. Windows color (decimal): -12531087 or 7457344. OLE color: 7457344.

HSL color Cylindrical-coordinate representation of color #40CA71: hue angle of 141.3º 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 #40CA71 is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 202 113 -
CMYK 0.68 0 0.44 0.21
HSL 141.3º 0.57% 0.52% -
HSV(B) 141.3º 0.68% 0.79% -
XYZ 26.22 44.52 22.83 -
YUV 150.59 106.78 66.24 -
System Red Green Blue C M Y K H S L
Decimal 64 202 113 0.68 0 0.44 0.21 141.3 0.57 0.52
Hex 40 CA 71 44 0 2C 15 8D 39 34
Octal 100 312 161 104 0 54 25 215 71 64
Binary 1000000 11001010 1110001 1000100 0 101100 10101 10001101 111001 110100

Color Harmonies of #40CA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CA71

Black with #40CA71

Text Example


Text Example

White with #40CA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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