#40F07A

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

Shades of Emerald #40F07A

Tints of Emerald #40F07A

Color information

#40F07A (or 0x40F07A) is unknown color: approx Emerald. HEX triplet: 40, F0 and 7A. RGB value is (64,240,122). Sum of RGB (Red+Green+Blue) = 64+240+122=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 240 (94.14% from 255 or 56.34% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 240 - color contains mainly: green. Hex color #40F07A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F07A is #BF0F85. Grayscale: #AEAEAE. Windows color (decimal): -12521350 or 8056896. OLE color: 8056896.

HSL color Cylindrical-coordinate representation of color #40F07A: hue angle of 139.77º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F07A is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB64240122-
CMYK0.7300.490.06
HSL139.77º85.44%59.61%-
HSV(B)139.77º73.33%94.12%-
XYZ36.7964.8228.98-
YUV173.9298.6949.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.02%
GREEN value IS 240 (94.14% from 255) = 56.34%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=15.02%
G=56.34%
B=28.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal642401220.7300.490.06139.7785.4459.61
Hex40F07A4903168c553c
Octal100360172111061621412574
Binary100000011110000111101010010010110001110100011001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,240,122); }

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

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

 a { background-color: rgb(64,240,122); }

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

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

 span { border-color: rgb(64,240,122); }

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