#46CB65

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

Shades of Emerald #46CB65

Tints of Emerald #46CB65

Color information

#46CB65 (or 0x46CB65) is unknown color: approx Emerald. HEX triplet: 46, CB and 65. RGB value is (70,203,101). Sum of RGB (Red+Green+Blue) = 70+203+101=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 203 (79.69% from 255 or 54.28% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 203 - color contains mainly: green. Hex color #46CB65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CB65 is #B9349A. Grayscale: #979797. Windows color (decimal): -12137627 or 6671174. OLE color: 6671174.

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

Color convert

RGB70203101-
CMYK0.6600.500.20
HSL133.98º56.12%53.53%-
HSV(B)133.98º65.52%79.61%-
XYZ26.2344.9519.61-
YUV151.699.4469.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.72%
GREEN value IS 203 (79.69% from 255) = 54.28%
BLUE value IS 101 (39.84% from 255) = 27.01%
R=18.72%
G=54.28%
B=27.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal702031010.6600.500.20133.9856.1253.53
Hex46CB654203214863836
Octal106313145102062242067066
Binary1000110110010111100101100001001100101010010000110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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