#45CC87

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

Shades of Emerald #45CC87

Tints of Emerald #45CC87

Color information

#45CC87 (or 0x45CC87) is unknown color: approx Emerald. HEX triplet: 45, CC and 87. RGB value is (69,204,135). Sum of RGB (Red+Green+Blue) = 69+204+135=408 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.91% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45CC87 is #BA3378. Grayscale: #9B9B9B. Windows color (decimal): -12202873 or 8899653. OLE color: 8899653.

HSL color Cylindrical-coordinate representation of color #45CC87: hue angle of 149.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CC87 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB69204135-
CMYK0.6600.340.2
HSL149.33º56.96%53.53%-
HSV(B)149.33º66.18%80%-
XYZ28.4246.230.34-
YUV155.77116.2766.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.91%
GREEN value IS 204 (80.08% from 255) = 50%
BLUE value IS 135 (53.12% from 255) = 33.09%
R=16.91%
G=50%
B=33.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal692041350.6600.340.2149.3356.9653.53
Hex45CC874202214953936
Octal105314207102042242257166
Binary10001011100110010000111100001001000101010010010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,204,135); }

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

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

 a { background-color: rgb(69,204,135); }

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

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

 span { border-color: rgb(69,204,135); }

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