Html Css Color HEX #46D075 Emerald

📋 copy color: '#46D075'

red 70 ◦ green 208 ◦ blue 117

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

Shades of Emerald #46D075

Tints of Emerald #46D075

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.66%

 BLUE value IS 117 (46.09% from 255) = 29.62%

R = 17.72%
G = 52.66%
B = 29.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#46D075 (or 0x46D075) is known color: Emerald. HEX triplet: 46, D0 and 75. RGB value is (70,208,117). Sum of RGB (Red+Green+Blue) = 70+208+117=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #46D075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D075 is #B92F8A. Grayscale: #9C9C9C. Windows color (decimal): -12136331 or 7721030. OLE color: 7721030.

HSL color Cylindrical-coordinate representation of color #46D075: hue angle of 140.43º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46D075 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 208 117 -
CMYK 0.66 0 0.44 0.18
HSL 140.43º 0.59% 0.55% -
HSV(B) 140.43º 0.66% 0.82% -
XYZ 28.29 47.7 24.55 -
YUV 156.36 105.78 66.4 -
System Red Green Blue C M Y K H S L
Decimal 70 208 117 0.66 0 0.44 0.18 140.43 0.59 0.55
Hex 46 D0 75 42 0 2C 12 8C 3B 37
Octal 106 320 165 102 0 54 22 214 73 67
Binary 1000110 11010000 1110101 1000010 0 101100 10010 10001100 111011 110111

Color Harmonies of #46D075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D075

Black with #46D075

Text Example


Text Example

White with #46D075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,208,117); }

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

background-color css

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

 a { background-color: rgb(70,208,117); }

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

border-color css

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

 span { border-color: rgb(70,208,117); }

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