#45CC89

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

Shades of Emerald #45CC89

Tints of Emerald #45CC89

Color information

#45CC89 (or 0x45CC89) is unknown color: approx Emerald. HEX triplet: 45, CC and 89. RGB value is (69,204,137). Sum of RGB (Red+Green+Blue) = 69+204+137=410 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.83% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45CC89 is #BA3376. Grayscale: #9C9C9C. Windows color (decimal): -12202871 or 9030725. OLE color: 9030725.

HSL color Cylindrical-coordinate representation of color #45CC89: hue angle of 150.22º 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 #45CC89 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB69204137-
CMYK0.6600.330.2
HSL150.22º56.96%53.53%-
HSV(B)150.22º66.18%80%-
XYZ28.5646.2631.09-
YUV156117.2765.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.83%
GREEN value IS 204 (80.08% from 255) = 49.76%
BLUE value IS 137 (53.91% from 255) = 33.41%
R=16.83%
G=49.76%
B=33.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal692041370.6600.330.2150.2256.9653.53
Hex45CC894202114963936
Octal105314211102041242267166
Binary10001011100110010001001100001001000011010010010110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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