#45CC85

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

Shades of Emerald #45CC85

Tints of Emerald #45CC85

Color information

#45CC85 (or 0x45CC85) is unknown color: approx Emerald. HEX triplet: 45, CC and 85. RGB value is (69,204,133). Sum of RGB (Red+Green+Blue) = 69+204+133=406 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.00% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45CC85 is #BA337A. Grayscale: #9B9B9B. Windows color (decimal): -12202875 or 8768581. OLE color: 8768581.

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

Color convert

RGB69204133-
CMYK0.6600.350.2
HSL148.44º56.96%53.53%-
HSV(B)148.44º66.18%80%-
XYZ28.2846.1429.61-
YUV155.54115.2766.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.00%
GREEN value IS 204 (80.08% from 255) = 50.25%
BLUE value IS 133 (52.34% from 255) = 32.76%
R=17.00%
G=50.25%
B=32.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal692041330.6600.350.2148.4456.9653.53
Hex45CC854202314943936
Octal105314205102043242247166
Binary10001011100110010000101100001001000111010010010100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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