#45C566

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

Shades of Emerald #45C566

Tints of Emerald #45C566

Color information

#45C566 (or 0x45C566) is unknown color: approx Emerald. HEX triplet: 45, C5 and 66. RGB value is (69,197,102). Sum of RGB (Red+Green+Blue) = 69+197+102=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 197 (77.34% from 255 or 53.53% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 197 - color contains mainly: green. Hex color #45C566 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C566 is #BA3A99. Grayscale: #949494. Windows color (decimal): -12204698 or 6735173. OLE color: 6735173.

HSL color Cylindrical-coordinate representation of color #45C566: hue angle of 135.47º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C566 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB69197102-
CMYK0.6500.480.23
HSL135.47º52.46%52.16%-
HSV(B)135.47º64.97%77.25%-
XYZ24.8242.1619.4-
YUV147.9102.0971.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.75%
GREEN value IS 197 (77.34% from 255) = 53.53%
BLUE value IS 102 (40.23% from 255) = 27.72%
R=18.75%
G=53.53%
B=27.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal691971020.6500.480.23135.4752.4652.16
Hex45C5664103017873434
Octal105305146101060272076464
Binary1000101110001011100110100000101100001011110000111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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