Html Css Color HEX #46C55F Emerald

📋 copy color: '#46C55F'

red 70 ◦ green 197 ◦ blue 95

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

Shades of Emerald #46C55F

Tints of Emerald #46C55F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 54.42%

 BLUE value IS 95 (37.5% from 255) = 26.24%

R = 19.34%
G = 54.42%
B = 26.24%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#46C55F (or 0x46C55F) is known color: Emerald. HEX triplet: 46, C5 and 5F. RGB value is (70,197,95). Sum of RGB (Red+Green+Blue) = 70+197+95=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 197 (77.34% from 255 or 54.42% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 197 - color contains mainly: green. Hex color #46C55F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C55F is #B93AA0. Grayscale: #939393. Windows color (decimal): -12139169 or 6276422. OLE color: 6276422.

HSL color Cylindrical-coordinate representation of color #46C55F: hue angle of 131.81º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C55F is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 70 197 95 -
CMYK 0.64 0 0.52 0.23
HSL 131.81º 0.52% 0.52% -
HSV(B) 131.81º 0.64% 0.77% -
XYZ 24.56 42.06 17.65 -
YUV 147.4 98.42 72.79 -
System Red Green Blue C M Y K H S L
Decimal 70 197 95 0.64 0 0.52 0.23 131.81 0.52 0.52
Hex 46 C5 5F 40 0 34 17 84 34 34
Octal 106 305 137 100 0 64 27 204 64 64
Binary 1000110 11000101 1011111 1000000 0 110100 10111 10000100 110100 110100

Color Harmonies of #46C55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C55F

Black with #46C55F

Text Example


Text Example

White with #46C55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,197,95); }

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

background-color css

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

 a { background-color: rgb(70,197,95); }

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

border-color css

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

 span { border-color: rgb(70,197,95); }

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