Html Css Color HEX #40CA85 Emerald

📋 copy color: '#40CA85'

red 64 ◦ green 202 ◦ blue 133

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

Shades of Emerald #40CA85

Tints of Emerald #40CA85

RGB

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

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

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

R = 16.04%
G = 50.63%
B = 33.33%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#40CA85 (or 0x40CA85) is known color: Emerald. HEX triplet: 40, CA and 85. RGB value is (64,202,133). Sum of RGB (Red+Green+Blue) = 64+202+133=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CA85 is #BF357A. Grayscale: #999999. Windows color (decimal): -12531067 or 8768064. OLE color: 8768064.

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

Color convert

RGB 64 202 133 -
CMYK 0.68 0 0.34 0.21
HSL 150º 0.57% 0.52% -
HSV(B) 150º 0.68% 0.79% -
XYZ 27.47 45.02 29.43 -
YUV 152.87 116.78 64.61 -
System Red Green Blue C M Y K H S L
Decimal 64 202 133 0.68 0 0.34 0.21 150 0.57 0.52
Hex 40 CA 85 44 0 22 15 96 39 34
Octal 100 312 205 104 0 42 25 226 71 64
Binary 1000000 11001010 10000101 1000100 0 100010 10101 10010110 111001 110100

Color Harmonies of #40CA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CA85

Black with #40CA85

Text Example


Text Example

White with #40CA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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