Html Css Color HEX #46D483 Emerald

📋 copy color: '#46D483'

red 70 ◦ green 212 ◦ blue 131

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

Shades of Emerald #46D483

Tints of Emerald #46D483

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.33%

 BLUE value IS 131 (51.56% from 255) = 31.72%

R = 16.95%
G = 51.33%
B = 31.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#46D483 (or 0x46D483) is known color: Emerald. HEX triplet: 46, D4 and 83. RGB value is (70,212,131). Sum of RGB (Red+Green+Blue) = 70+212+131=413 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.95% from 413); Green value is 212 (83.20% from 255 or 51.33% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 212 - color contains mainly: green. Hex color #46D483 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D483 is #B92B7C. Grayscale: #A0A0A0. Windows color (decimal): -12135293 or 8639558. OLE color: 8639558.

HSL color Cylindrical-coordinate representation of color #46D483: hue angle of 145.77º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D483 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 70 212 131 -
CMYK 0.67 0 0.38 0.17
HSL 145.77º 0.62% 0.55% -
HSV(B) 145.77º 0.67% 0.83% -
XYZ 30.17 50.03 29.54 -
YUV 160.31 111.46 63.59 -
System Red Green Blue C M Y K H S L
Decimal 70 212 131 0.67 0 0.38 0.17 145.77 0.62 0.55
Hex 46 D4 83 43 0 26 11 92 3E 37
Octal 106 324 203 103 0 46 21 222 76 67
Binary 1000110 11010100 10000011 1000011 0 100110 10001 10010010 111110 110111

Color Harmonies of #46D483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D483

Black with #46D483

Text Example


Text Example

White with #46D483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,212,131); }

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

background-color css

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

 a { background-color: rgb(70,212,131); }

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

border-color css

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

 span { border-color: rgb(70,212,131); }

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