#46CD7F

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

Shades of Emerald #46CD7F

Tints of Emerald #46CD7F

Color information

#46CD7F (or 0x46CD7F) is unknown color: approx Emerald. HEX triplet: 46, CD and 7F. RGB value is (70,205,127). Sum of RGB (Red+Green+Blue) = 70+205+127=402 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.41% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #46CD7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CD7F is #B93280. Grayscale: #9B9B9B. Windows color (decimal): -12137089 or 8375622. OLE color: 8375622.

HSL color Cylindrical-coordinate representation of color #46CD7F: hue angle of 145.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CD7F is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB70205127-
CMYK0.6600.380.20
HSL145.33º57.45%53.92%-
HSV(B)145.33º65.85%80.39%-
XYZ28.1946.527.57-
YUV155.74111.7766.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.41%
GREEN value IS 205 (80.47% from 255) = 51.00%
BLUE value IS 127 (50% from 255) = 31.59%
R=17.41%
G=51.00%
B=31.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal702051270.6600.380.20145.3357.4553.92
Hex46CD7F4202614913936
Octal106315177102046242217166
Binary1000110110011011111111100001001001101010010010001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,205,127); }

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

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

 a { background-color: rgb(70,205,127); }

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

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

 span { border-color: rgb(70,205,127); }

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