#46E668

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

Shades of Emerald #46E668

Tints of Emerald #46E668

Color information

#46E668 (or 0x46E668) is unknown color: approx Emerald. HEX triplet: 46, E6 and 68. RGB value is (70,230,104). Sum of RGB (Red+Green+Blue) = 70+230+104=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 230 (90.23% from 255 or 56.93% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 230 - color contains mainly: green. Hex color #46E668 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46E668 is #B91997. Grayscale: #A8A8A8. Windows color (decimal): -12130712 or 6874694. OLE color: 6874694.

HSL color Cylindrical-coordinate representation of color #46E668: hue angle of 132.75º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E668 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB70230104-
CMYK0.7000.550.10
HSL132.75º76.19%58.82%-
HSV(B)132.75º69.57%90.2%-
XYZ33.3258.922.71-
YUV167.891.9958.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.33%
GREEN value IS 230 (90.23% from 255) = 56.93%
BLUE value IS 104 (41.02% from 255) = 25.74%
R=17.33%
G=56.93%
B=25.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal702301040.7000.550.10132.7576.1958.82
Hex46E66846037A854c3b
Octal1063461501060671220511473
Binary1000110111001101101000100011001101111010100001011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46E668; }

 p { color: rgb(70,230,104); }

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

<style>
 a { background-color: #46E668; }

 a { background-color: rgb(70,230,104); }

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

<style>
 span { border-color: #46E668; }

 span { border-color: rgb(70,230,104); }

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