#45D567

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

Shades of Emerald #45D567

Tints of Emerald #45D567

Color information

#45D567 (or 0x45D567) is unknown color: approx Emerald. HEX triplet: 45, D5 and 67. RGB value is (69,213,103). Sum of RGB (Red+Green+Blue) = 69+213+103=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #45D567 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D567 is #BA2A98. Grayscale: #9D9D9D. Windows color (decimal): -12200601 or 6804805. OLE color: 6804805.

HSL color Cylindrical-coordinate representation of color #45D567: hue angle of 134.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D567 is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB69213103-
CMYK0.6800.520.16
HSL134.17º63.16%55.29%-
HSV(B)134.17º67.61%83.53%-
XYZ28.749.8320.94-
YUV157.497.2964.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.92%
GREEN value IS 213 (83.59% from 255) = 55.32%
BLUE value IS 103 (40.62% from 255) = 26.75%
R=17.92%
G=55.32%
B=26.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal692131030.6800.520.16134.1763.1655.29
Hex45D5674403410863f37
Octal105325147104064202067767
Binary1000101110101011100111100010001101001000010000110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,213,103); }

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

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

 a { background-color: rgb(69,213,103); }

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

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

 span { border-color: rgb(69,213,103); }

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