Html Css Color HEX #46CD5E Emerald

📋 copy color: '#46CD5E'

red 70 ◦ green 205 ◦ blue 94

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

Shades of Emerald #46CD5E

Tints of Emerald #46CD5E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 55.56%

 BLUE value IS 94 (37.11% from 255) = 25.47%

R = 18.97%
G = 55.56%
B = 25.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#46CD5E (or 0x46CD5E) is known color: Emerald. HEX triplet: 46, CD and 5E. RGB value is (70,205,94). Sum of RGB (Red+Green+Blue) = 70+205+94=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 205 (80.47% from 255 or 55.56% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 205 - color contains mainly: green. Hex color #46CD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CD5E is #B932A1. Grayscale: #989898. Windows color (decimal): -12137122 or 6212934. OLE color: 6212934.

HSL color Cylindrical-coordinate representation of color #46CD5E: hue angle of 130.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CD5E is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 205 94 -
CMYK 0.66 0 0.54 0.20
HSL 130.67º 0.57% 0.54% -
HSV(B) 130.67º 0.66% 0.8% -
XYZ 26.38 45.77 18.03 -
YUV 151.98 95.27 69.53 -
System Red Green Blue C M Y K H S L
Decimal 70 205 94 0.66 0 0.54 0.20 130.67 0.57 0.54
Hex 46 CD 5E 42 0 36 14 83 39 36
Octal 106 315 136 102 0 66 24 203 71 66
Binary 1000110 11001101 1011110 1000010 0 110110 10100 10000011 111001 110110

Color Harmonies of #46CD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CD5E

Black with #46CD5E

Text Example


Text Example

White with #46CD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,205,94); }

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

background-color css

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

 a { background-color: rgb(70,205,94); }

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

border-color css

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

 span { border-color: rgb(70,205,94); }

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