#46CB56

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

Shades of Emerald #46CB56

Tints of Emerald #46CB56

Color information

#46CB56 (or 0x46CB56) is unknown color: approx Emerald. HEX triplet: 46, CB and 56. RGB value is (70,203,86). Sum of RGB (Red+Green+Blue) = 70+203+86=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 203 (79.69% from 255 or 56.55% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 203 - color contains mainly: green. Hex color #46CB56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CB56 is #B934A9. Grayscale: #969696. Windows color (decimal): -12137642 or 5688134. OLE color: 5688134.

HSL color Cylindrical-coordinate representation of color #46CB56: hue angle of 127.22º degrees, saturation: 0.56, 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 #46CB56 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB7020386-
CMYK0.6600.580.20
HSL127.22º56.12%53.53%-
HSV(B)127.22º65.52%79.61%-
XYZ25.5644.6916.08-
YUV149.8991.9471.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.50%
GREEN value IS 203 (79.69% from 255) = 56.55%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=19.50%
G=56.55%
B=23.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal70203860.6600.580.20127.2256.1253.53
Hex46CB564203A147f3836
Octal106313126102072241777066
Binary100011011001011101011010000100111010101001111111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,203,86); }

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

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

 a { background-color: rgb(70,203,86); }

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

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

 span { border-color: rgb(70,203,86); }

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