Html Css Color HEX #46CA72 Emerald

📋 copy color: '#46CA72'

red 70 ◦ green 202 ◦ blue 114

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

Shades of Emerald #46CA72

Tints of Emerald #46CA72

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.33%

 BLUE value IS 114 (44.92% from 255) = 29.53%

R = 18.13%
G = 52.33%
B = 29.53%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#46CA72 (or 0x46CA72) is known color: Emerald. HEX triplet: 46, CA and 72. RGB value is (70,202,114). Sum of RGB (Red+Green+Blue) = 70+202+114=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #46CA72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CA72 is #B9358D. Grayscale: #989898. Windows color (decimal): -12137870 or 7522886. OLE color: 7522886.

HSL color Cylindrical-coordinate representation of color #46CA72: hue angle of 140º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46CA72 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 202 114 -
CMYK 0.65 0 0.44 0.21
HSL 140º 0.55% 0.53% -
HSV(B) 140º 0.65% 0.79% -
XYZ 26.68 44.76 23.15 -
YUV 152.5 106.27 69.16 -
System Red Green Blue C M Y K H S L
Decimal 70 202 114 0.65 0 0.44 0.21 140 0.55 0.53
Hex 46 CA 72 41 0 2C 15 8C 37 35
Octal 106 312 162 101 0 54 25 214 67 65
Binary 1000110 11001010 1110010 1000001 0 101100 10101 10001100 110111 110101

Color Harmonies of #46CA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CA72

Black with #46CA72

Text Example


Text Example

White with #46CA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,202,114); }

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

background-color css

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

 a { background-color: rgb(70,202,114); }

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

border-color css

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

 span { border-color: rgb(70,202,114); }

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