#40F275

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

Shades of Emerald #40F275

Tints of Emerald #40F275

Color information

#40F275 (or 0x40F275) is unknown color: approx Emerald. HEX triplet: 40, F2 and 75. RGB value is (64,242,117). Sum of RGB (Red+Green+Blue) = 64+242+117=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 242 (94.92% from 255 or 57.21% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 242 - color contains mainly: green. Hex color #40F275 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F275 is #BF0D8A. Grayscale: #AEAEAE. Windows color (decimal): -12520843 or 7729728. OLE color: 7729728.

HSL color Cylindrical-coordinate representation of color #40F275: hue angle of 137.87º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F275 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB64242117-
CMYK0.7400.520.05
HSL137.87º87.25%60%-
HSV(B)137.87º73.55%94.9%-
XYZ37.0865.8827.59-
YUV174.5395.5349.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.13%
GREEN value IS 242 (94.92% from 255) = 57.21%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=15.13%
G=57.21%
B=27.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal642421170.7400.520.05137.8787.2560
Hex40F2754A03458a573c
Octal100362165112064521212774
Binary100000011110010111010110010100110100101100010101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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