#40CB6F

Color #40CB6F Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #40CB6F

Tints of Emerald #40CB6F

Color information

#40CB6F (or 0x40CB6F) is unknown color: approx Emerald. HEX triplet: 40, CB and 6F. RGB value is (64,203,111). Sum of RGB (Red+Green+Blue) = 64+203+111=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 203 (79.69% from 255 or 53.70% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 203 - color contains mainly: green. Hex color #40CB6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CB6F is #BF3490. Grayscale: #979797. Windows color (decimal): -12530833 or 7326528. OLE color: 7326528.

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

Color convert

RGB64203111-
CMYK0.6800.450.20
HSL140.29º57.2%52.35%-
HSV(B)140.29º68.47%79.61%-
XYZ26.3444.9522.33-
YUV150.95105.4565.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.93%
GREEN value IS 203 (79.69% from 255) = 53.70%
BLUE value IS 111 (43.75% from 255) = 29.37%
R=16.93%
G=53.70%
B=29.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal642031110.6800.450.20140.2957.252.35
Hex40CB6F4402D148c3934
Octal100313157104055242147164
Binary1000000110010111101111100010001011011010010001100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,203,111); }

 H1.HeaderClassName
 {
   color: #40CB6F;
 }
 .AnyTagClassName
 {
   color: #40CB6F;
 }
</style>
background-color css

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

 a { background-color: rgb(64,203,111); }

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

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

 span { border-color: rgb(64,203,111); }

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