Html Css Color HEX #46D07F Emerald

📋 copy color: '#46D07F'

red 70 ◦ green 208 ◦ blue 127

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

Shades of Emerald #46D07F

Tints of Emerald #46D07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.36%

R = 17.28%
G = 51.36%
B = 31.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#46D07F (or 0x46D07F) is known color: Emerald. HEX triplet: 46, D0 and 7F. RGB value is (70,208,127). Sum of RGB (Red+Green+Blue) = 70+208+127=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #46D07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D07F is #B92F80. Grayscale: #9D9D9D. Windows color (decimal): -12136321 or 8376390. OLE color: 8376390.

HSL color Cylindrical-coordinate representation of color #46D07F: hue angle of 144.78º 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 #46D07F is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 208 127 -
CMYK 0.66 0 0.39 0.18
HSL 144.78º 0.59% 0.55% -
HSV(B) 144.78º 0.66% 0.82% -
XYZ 28.91 47.95 27.81 -
YUV 157.5 110.78 65.59 -
System Red Green Blue C M Y K H S L
Decimal 70 208 127 0.66 0 0.39 0.18 144.78 0.59 0.55
Hex 46 D0 7F 42 0 27 12 91 3B 37
Octal 106 320 177 102 0 47 22 221 73 67
Binary 1000110 11010000 1111111 1000010 0 100111 10010 10010001 111011 110111

Color Harmonies of #46D07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D07F

Black with #46D07F

Text Example


Text Example

White with #46D07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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