Html Css Color HEX #46CF70 Emerald

📋 copy color: '#46CF70'

red 70 ◦ green 207 ◦ blue 112

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

Shades of Emerald #46CF70

Tints of Emerald #46CF70

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.21%

 BLUE value IS 112 (44.14% from 255) = 28.79%

R = 17.99%
G = 53.21%
B = 28.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#46CF70 (or 0x46CF70) is known color: Emerald. HEX triplet: 46, CF and 70. RGB value is (70,207,112). Sum of RGB (Red+Green+Blue) = 70+207+112=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CF70 is #B9308F. Grayscale: #9B9B9B. Windows color (decimal): -12136592 or 7393094. OLE color: 7393094.

HSL color Cylindrical-coordinate representation of color #46CF70: hue angle of 138.39º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CF70 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 207 112 -
CMYK 0.66 0 0.46 0.19
HSL 138.39º 0.59% 0.54% -
HSV(B) 138.39º 0.66% 0.81% -
XYZ 27.76 47.1 22.96 -
YUV 155.21 103.61 67.22 -
System Red Green Blue C M Y K H S L
Decimal 70 207 112 0.66 0 0.46 0.19 138.39 0.59 0.54
Hex 46 CF 70 42 0 2E 13 8A 3B 36
Octal 106 317 160 102 0 56 23 212 73 66
Binary 1000110 11001111 1110000 1000010 0 101110 10011 10001010 111011 110110

Color Harmonies of #46CF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CF70

Black with #46CF70

Text Example


Text Example

White with #46CF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,207,112); }

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

background-color css

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

 a { background-color: rgb(70,207,112); }

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

border-color css

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

 span { border-color: rgb(70,207,112); }

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