Html Css Color HEX #46CD7A Emerald

📋 copy color: '#46CD7A'

red 70 ◦ green 205 ◦ blue 122

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

Shades of Emerald #46CD7A

Tints of Emerald #46CD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 17.63%
G = 51.64%
B = 30.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#46CD7A (or 0x46CD7A) is known color: Emerald. HEX triplet: 46, CD and 7A. RGB value is (70,205,122). Sum of RGB (Red+Green+Blue) = 70+205+122=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 205 (80.47% from 255 or 51.64% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 205 - color contains mainly: green. Hex color #46CD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CD7A is #B93285. Grayscale: #9B9B9B. Windows color (decimal): -12137094 or 8047942. OLE color: 8047942.

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

Color convert

RGB 70 205 122 -
CMYK 0.66 0 0.40 0.20
HSL 143.11º 0.57% 0.54% -
HSV(B) 143.11º 0.66% 0.8% -
XYZ 27.87 46.37 25.89 -
YUV 155.17 109.27 67.25 -
System Red Green Blue C M Y K H S L
Decimal 70 205 122 0.66 0 0.40 0.20 143.11 0.57 0.54
Hex 46 CD 7A 42 0 28 14 8F 39 36
Octal 106 315 172 102 0 50 24 217 71 66
Binary 1000110 11001101 1111010 1000010 0 101000 10100 10001111 111001 110110

Color Harmonies of #46CD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CD7A

Black with #46CD7A

Text Example


Text Example

White with #46CD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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