Html Css Color HEX #46E770 Emerald

📋 copy color: '#46E770'

red 70 ◦ green 231 ◦ blue 112

#46E770
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #46E770

Tints of Emerald #46E770

RGB

 RED value IS 70 (27.73% from 255) = 16.95%

 GREEN value IS 231 (90.63% from 255) = 55.93%

 BLUE value IS 112 (44.14% from 255) = 27.12%

R = 16.95%
G = 55.93%
B = 27.12%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#46E770 (or 0x46E770) is known color: Emerald. HEX triplet: 46, E7 and 70. RGB value is (70,231,112). Sum of RGB (Red+Green+Blue) = 70+231+112=413 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.95% from 413); Green value is 231 (90.62% from 255 or 55.93% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 231 - color contains mainly: green. Hex color #46E770 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46E770 is #B9188F. Grayscale: #A9A9A9. Windows color (decimal): -12130448 or 7399238. OLE color: 7399238.

HSL color Cylindrical-coordinate representation of color #46E770: hue angle of 135.65º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E770 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 70 231 112 -
CMYK 0.70 0 0.52 0.09
HSL 135.65º 0.77% 0.59% -
HSV(B) 135.65º 0.7% 0.91% -
XYZ 34.03 59.62 25.04 -
YUV 169.3 95.66 57.18 -
System Red Green Blue C M Y K H S L
Decimal 70 231 112 0.70 0 0.52 0.09 135.65 0.77 0.59
Hex 46 E7 70 46 0 34 9 88 4D 3B
Octal 106 347 160 106 0 64 11 210 115 73
Binary 1000110 11100111 1110000 1000110 0 110100 1001 10001000 1001101 111011

Color Harmonies of #46E770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E770

Black with #46E770

Text Example


Text Example

White with #46E770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,231,112); }

 H1.HeaderClassName
 {
   color: #46E770;
 }
 .AnyTagClassName
 {
   color: #46E770;
 }
</style>

background-color css

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

 a { background-color: rgb(70,231,112); }

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

border-color css

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

 span { border-color: rgb(70,231,112); }

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