Html Css Color HEX #46D975 Emerald

📋 copy color: '#46D975'

red 70 ◦ green 217 ◦ blue 117

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

Shades of Emerald #46D975

Tints of Emerald #46D975

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.71%

 BLUE value IS 117 (46.09% from 255) = 28.96%

R = 17.33%
G = 53.71%
B = 28.96%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#46D975 (or 0x46D975) is known color: Emerald. HEX triplet: 46, D9 and 75. RGB value is (70,217,117). Sum of RGB (Red+Green+Blue) = 70+217+117=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #46D975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D975 is #B9268A. Grayscale: #A1A1A1. Windows color (decimal): -12134027 or 7723334. OLE color: 7723334.

HSL color Cylindrical-coordinate representation of color #46D975: hue angle of 139.18º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46D975 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 70 217 117 -
CMYK 0.68 0 0.46 0.15
HSL 139.18º 0.66% 0.56% -
HSV(B) 139.18º 0.68% 0.85% -
XYZ 30.55 52.21 25.3 -
YUV 161.65 102.8 62.63 -
System Red Green Blue C M Y K H S L
Decimal 70 217 117 0.68 0 0.46 0.15 139.18 0.66 0.56
Hex 46 D9 75 44 0 2E F 8B 42 38
Octal 106 331 165 104 0 56 17 213 102 70
Binary 1000110 11011001 1110101 1000100 0 101110 1111 10001011 1000010 111000

Color Harmonies of #46D975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D975

Black with #46D975

Text Example


Text Example

White with #46D975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,217,117); }

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

background-color css

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

 a { background-color: rgb(70,217,117); }

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

border-color css

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

 span { border-color: rgb(70,217,117); }

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