#40FC88

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

Shades of Emerald #40FC88

Tints of Emerald #40FC88

Color information

#40FC88 (or 0x40FC88) is unknown color: approx Emerald. HEX triplet: 40, FC and 88. RGB value is (64,252,136). Sum of RGB (Red+Green+Blue) = 64+252+136=452 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.16% from 452); Green value is 252 (98.83% from 255 or 55.75% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 252 - color contains mainly: green. Hex color #40FC88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FC88 is #BF0377. Grayscale: #B6B6B6. Windows color (decimal): -12518264 or 8977472. OLE color: 8977472.

HSL color Cylindrical-coordinate representation of color #40FC88: hue angle of 142.98º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FC88 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB64252136-
CMYK0.7500.460.01
HSL142.98º96.91%61.96%-
HSV(B)142.98º74.6%98.82%-
XYZ41.3772.4935.1-
YUV182.56101.7243.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.16%
GREEN value IS 252 (98.83% from 255) = 55.75%
BLUE value IS 136 (53.52% from 255) = 30.09%
R=14.16%
G=55.75%
B=30.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal642521360.7500.460.01142.9896.9161.96
Hex40FC884B02E18f613e
Octal100374210113056121714176
Binary10000001111110010001000100101101011101100011111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,252,136); }

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

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

 a { background-color: rgb(64,252,136); }

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

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

 span { border-color: rgb(64,252,136); }

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