#45D867

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

Shades of Emerald #45D867

Tints of Emerald #45D867

Color information

#45D867 (or 0x45D867) is unknown color: approx Emerald. HEX triplet: 45, D8 and 67. RGB value is (69,216,103). Sum of RGB (Red+Green+Blue) = 69+216+103=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 216 (84.77% from 255 or 55.67% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 216 - color contains mainly: green. Hex color #45D867 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D867 is #BA2798. Grayscale: #9F9F9F. Windows color (decimal): -12199833 or 6805573. OLE color: 6805573.

HSL color Cylindrical-coordinate representation of color #45D867: hue angle of 133.88º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D867 is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB69216103-
CMYK0.6800.520.15
HSL133.88º65.33%55.88%-
HSV(B)133.88º68.06%84.71%-
XYZ29.4651.3621.19-
YUV159.1696.363.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.78%
GREEN value IS 216 (84.77% from 255) = 55.67%
BLUE value IS 103 (40.62% from 255) = 26.55%
R=17.78%
G=55.67%
B=26.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal692161030.6800.520.15133.8865.3355.88
Hex45D86744034F864138
Octal1053301471040641720610170
Binary1000101110110001100111100010001101001111100001101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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