#45CD66

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

Shades of Emerald #45CD66

Tints of Emerald #45CD66

Color information

#45CD66 (or 0x45CD66) is unknown color: approx Emerald. HEX triplet: 45, CD and 66. RGB value is (69,205,102). Sum of RGB (Red+Green+Blue) = 69+205+102=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 205 (80.47% from 255 or 54.52% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 205 - color contains mainly: green. Hex color #45CD66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CD66 is #BA3299. Grayscale: #989898. Windows color (decimal): -12202650 or 6737221. OLE color: 6737221.

HSL color Cylindrical-coordinate representation of color #45CD66: hue angle of 134.56º degrees, saturation: 0.58, 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 #45CD66 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB69205102-
CMYK0.6600.500.20
HSL134.56º57.63%53.73%-
HSV(B)134.56º66.34%80.39%-
XYZ26.6845.8920.02-
YUV152.5999.4468.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.35%
GREEN value IS 205 (80.47% from 255) = 54.52%
BLUE value IS 102 (40.23% from 255) = 27.13%
R=18.35%
G=54.52%
B=27.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal692051020.6600.500.20134.5657.6353.73
Hex45CD664203214873a36
Octal105315146102062242077266
Binary1000101110011011100110100001001100101010010000111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,205,102); }

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

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

 a { background-color: rgb(69,205,102); }

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

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

 span { border-color: rgb(69,205,102); }

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