#45C861

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

Shades of Emerald #45C861

Tints of Emerald #45C861

Color information

#45C861 (or 0x45C861) is unknown color: approx Emerald. HEX triplet: 45, C8 and 61. RGB value is (69,200,97). Sum of RGB (Red+Green+Blue) = 69+200+97=366 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.85% from 366); Green value is 200 (78.52% from 255 or 54.64% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 200 - color contains mainly: green. Hex color #45C861 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C861 is #BA379E. Grayscale: #959595. Windows color (decimal): -12203935 or 6408261. OLE color: 6408261.

HSL color Cylindrical-coordinate representation of color #45C861: hue angle of 132.82º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C861 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB6920097-
CMYK0.6600.520.22
HSL132.82º54.36%52.75%-
HSV(B)132.82º65.5%78.43%-
XYZ25.2743.4418.36-
YUV149.0998.670.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.85%
GREEN value IS 200 (78.52% from 255) = 54.64%
BLUE value IS 97 (38.28% from 255) = 26.50%
R=18.85%
G=54.64%
B=26.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal69200970.6600.520.22132.8254.3652.75
Hex45C8614203416853635
Octal105310141102064262056665
Binary1000101110010001100001100001001101001011010000101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,200,97); }

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

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

 a { background-color: rgb(69,200,97); }

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

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

 span { border-color: rgb(69,200,97); }

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