#45CC5B

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

Shades of Emerald #45CC5B

Tints of Emerald #45CC5B

Color information

#45CC5B (or 0x45CC5B) is unknown color: approx Emerald. HEX triplet: 45, CC and 5B. RGB value is (69,204,91). Sum of RGB (Red+Green+Blue) = 69+204+91=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 204 (80.08% from 255 or 56.04% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CC5B is #BA33A4. Grayscale: #979797. Windows color (decimal): -12202917 or 6016069. OLE color: 6016069.

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

Color convert

RGB6920491-
CMYK0.6600.550.2
HSL129.78º56.96%53.53%-
HSV(B)129.78º66.18%80%-
XYZ25.9445.2117.26-
YUV150.7594.2769.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.96%
GREEN value IS 204 (80.08% from 255) = 56.04%
BLUE value IS 91 (35.94% from 255) = 25%
R=18.96%
G=56.04%
B=25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal69204910.6600.550.2129.7856.9653.53
Hex45CC5B4203714823936
Octal105314133102067242027166
Binary1000101110011001011011100001001101111010010000010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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