#40F281

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

Shades of Emerald #40F281

Tints of Emerald #40F281

Color information

#40F281 (or 0x40F281) is unknown color: approx Emerald. HEX triplet: 40, F2 and 81. RGB value is (64,242,129). Sum of RGB (Red+Green+Blue) = 64+242+129=435 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.71% from 435); Green value is 242 (94.92% from 255 or 55.63% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 242 - color contains mainly: green. Hex color #40F281 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F281 is #BF0D7E. Grayscale: #B0B0B0. Windows color (decimal): -12520831 or 8516160. OLE color: 8516160.

HSL color Cylindrical-coordinate representation of color #40F281: hue angle of 141.91º 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 #40F281 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB64242129-
CMYK0.7400.470.05
HSL141.91º87.25%60%-
HSV(B)141.91º73.55%94.9%-
XYZ37.8366.1831.55-
YUV175.9101.5348.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.71%
GREEN value IS 242 (94.92% from 255) = 55.63%
BLUE value IS 129 (50.78% from 255) = 29.66%
R=14.71%
G=55.63%
B=29.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal642421290.7400.470.05141.9187.2560
Hex40F2814A02F58e573c
Octal100362201112057521612774
Binary1000000111100101000000110010100101111101100011101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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