#40F575

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

Shades of Emerald #40F575

Tints of Emerald #40F575

Color information

#40F575 (or 0x40F575) is unknown color: approx Emerald. HEX triplet: 40, F5 and 75. RGB value is (64,245,117). Sum of RGB (Red+Green+Blue) = 64+245+117=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 245 (96.09% from 255 or 57.51% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 245 - color contains mainly: green. Hex color #40F575 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F575 is #BF0A8A. Grayscale: #B0B0B0. Windows color (decimal): -12520075 or 7730496. OLE color: 7730496.

HSL color Cylindrical-coordinate representation of color #40F575: hue angle of 137.57º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F575 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB64245117-
CMYK0.7400.520.04
HSL137.57º90.05%60.59%-
HSV(B)137.57º73.88%96.08%-
XYZ37.9867.6827.89-
YUV176.2994.5347.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.02%
GREEN value IS 245 (96.09% from 255) = 57.51%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=15.02%
G=57.51%
B=27.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal642451170.7400.520.04137.5790.0560.59
Hex40F5754A03448a5a3d
Octal100365165112064421213275
Binary100000011110101111010110010100110100100100010101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,245,117); }

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

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

 a { background-color: rgb(64,245,117); }

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

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

 span { border-color: rgb(64,245,117); }

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