Html Css Color HEX #46D661 Emerald

📋 copy color: '#46D661'

red 70 ◦ green 214 ◦ blue 97

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

Shades of Emerald #46D661

Tints of Emerald #46D661

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.17%

 BLUE value IS 97 (38.28% from 255) = 25.46%

R = 18.37%
G = 56.17%
B = 25.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#46D661 (or 0x46D661) is known color: Emerald. HEX triplet: 46, D6 and 61. RGB value is (70,214,97). Sum of RGB (Red+Green+Blue) = 70+214+97=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 214 (83.98% from 255 or 56.17% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 214 - color contains mainly: green. Hex color #46D661 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D661 is #B9299E. Grayscale: #9D9D9D. Windows color (decimal): -12134815 or 6411846. OLE color: 6411846.

HSL color Cylindrical-coordinate representation of color #46D661: hue angle of 131.25º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D661 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 214 97 -
CMYK 0.67 0 0.55 0.16
HSL 131.25º 0.64% 0.56% -
HSV(B) 131.25º 0.67% 0.84% -
XYZ 28.73 50.26 19.5 -
YUV 157.61 93.79 65.51 -
System Red Green Blue C M Y K H S L
Decimal 70 214 97 0.67 0 0.55 0.16 131.25 0.64 0.56
Hex 46 D6 61 43 0 37 10 83 40 38
Octal 106 326 141 103 0 67 20 203 100 70
Binary 1000110 11010110 1100001 1000011 0 110111 10000 10000011 1000000 111000

Color Harmonies of #46D661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D661

Black with #46D661

Text Example


Text Example

White with #46D661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,214,97); }

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

background-color css

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

 a { background-color: rgb(70,214,97); }

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

border-color css

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

 span { border-color: rgb(70,214,97); }

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