Html Css Color HEX #40CA65 Emerald

📋 copy color: '#40CA65'

red 64 ◦ green 202 ◦ blue 101

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

Shades of Emerald #40CA65

Tints of Emerald #40CA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.52%

R = 17.44%
G = 55.04%
B = 27.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#40CA65 (or 0x40CA65) is known color: Emerald. HEX triplet: 40, CA and 65. RGB value is (64,202,101). Sum of RGB (Red+Green+Blue) = 64+202+101=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CA65 is #BF359A. Grayscale: #959595. Windows color (decimal): -12531099 or 6670912. OLE color: 6670912.

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

Color convert

RGB 64 202 101 -
CMYK 0.68 0 0.50 0.21
HSL 136.09º 0.57% 0.52% -
HSV(B) 136.09º 0.68% 0.79% -
XYZ 25.58 44.27 19.51 -
YUV 149.22 100.78 67.21 -
System Red Green Blue C M Y K H S L
Decimal 64 202 101 0.68 0 0.50 0.21 136.09 0.57 0.52
Hex 40 CA 65 44 0 32 15 88 39 34
Octal 100 312 145 104 0 62 25 210 71 64
Binary 1000000 11001010 1100101 1000100 0 110010 10101 10001000 111001 110100

Color Harmonies of #40CA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CA65

Black with #40CA65

Text Example


Text Example

White with #40CA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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