Html Css Color HEX #46D070 Emerald

📋 copy color: '#46D070'

red 70 ◦ green 208 ◦ blue 112

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

Shades of Emerald #46D070

Tints of Emerald #46D070

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.33%

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

R = 17.95%
G = 53.33%
B = 28.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#46D070 (or 0x46D070) is known color: Emerald. HEX triplet: 46, D0 and 70. RGB value is (70,208,112). Sum of RGB (Red+Green+Blue) = 70+208+112=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #46D070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D070 is #B92F8F. Grayscale: #9C9C9C. Windows color (decimal): -12136336 or 7393350. OLE color: 7393350.

HSL color Cylindrical-coordinate representation of color #46D070: hue angle of 138.26º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46D070 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 208 112 -
CMYK 0.66 0 0.46 0.18
HSL 138.26º 0.59% 0.55% -
HSV(B) 138.26º 0.66% 0.82% -
XYZ 28.01 47.58 23.04 -
YUV 155.79 103.28 66.81 -
System Red Green Blue C M Y K H S L
Decimal 70 208 112 0.66 0 0.46 0.18 138.26 0.59 0.55
Hex 46 D0 70 42 0 2E 12 8A 3B 37
Octal 106 320 160 102 0 56 22 212 73 67
Binary 1000110 11010000 1110000 1000010 0 101110 10010 10001010 111011 110111

Color Harmonies of #46D070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D070

Black with #46D070

Text Example


Text Example

White with #46D070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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