#45D056

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

Shades of Emerald #45D056

Tints of Emerald #45D056

Color information

#45D056 (or 0x45D056) is unknown color: approx Emerald. HEX triplet: 45, D0 and 56. RGB value is (69,208,86). Sum of RGB (Red+Green+Blue) = 69+208+86=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #45D056 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D056 is #BA2FA9. Grayscale: #989898. Windows color (decimal): -12201898 or 5689413. OLE color: 5689413.

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

Color convert

RGB6920886-
CMYK0.6700.590.18
HSL127.34º59.66%54.31%-
HSV(B)127.34º66.83%81.57%-
XYZ26.6947.0516.48-
YUV152.5390.4568.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.01%
GREEN value IS 208 (81.64% from 255) = 57.30%
BLUE value IS 86 (33.98% from 255) = 23.69%
R=19.01%
G=57.30%
B=23.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal69208860.6700.590.18127.3459.6654.31
Hex45D0564303B127f3c36
Octal105320126103073221777466
Binary100010111010000101011010000110111011100101111111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,208,86); }

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

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

 a { background-color: rgb(69,208,86); }

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

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

 span { border-color: rgb(69,208,86); }

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