#45D276

Color #45D276 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #45D276

Tints of Emerald #45D276

Color information

#45D276 (or 0x45D276) is unknown color: approx Emerald. HEX triplet: 45, D2 and 76. RGB value is (69,210,118). Sum of RGB (Red+Green+Blue) = 69+210+118=397 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.38% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #45D276 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D276 is #BA2D89. Grayscale: #9D9D9D. Windows color (decimal): -12201354 or 7787077. OLE color: 7787077.

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

Color convert

RGB69210118-
CMYK0.6700.440.18
HSL140.85º61.04%54.71%-
HSV(B)140.85º67.14%82.35%-
XYZ28.7748.6725.02-
YUV157.35105.7964.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.38%
GREEN value IS 210 (82.42% from 255) = 52.90%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=17.38%
G=52.90%
B=29.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal692101180.6700.440.18140.8561.0454.71
Hex45D2764302C128d3d37
Octal105322166103054222157567
Binary1000101110100101110110100001101011001001010001101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45D276; }

 p { color: rgb(69,210,118); }

 H1.HeaderClassName
 {
   color: #45D276;
 }
 .AnyTagClassName
 {
   color: #45D276;
 }
</style>
background-color css

<style>
 a { background-color: #45D276; }

 a { background-color: rgb(69,210,118); }

 div.DivClassName
 {
   background-color: #45D276;
 }
 .BgClassName
 {
   background-color: #45D276;
 }
</style>
border-color css

<style>
 span { border-color: #45D276; }

 span { border-color: rgb(69,210,118); }

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