#45CC61

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

Shades of Emerald #45CC61

Tints of Emerald #45CC61

Color information

#45CC61 (or 0x45CC61) is unknown color: approx Emerald. HEX triplet: 45, CC and 61. RGB value is (69,204,97). Sum of RGB (Red+Green+Blue) = 69+204+97=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 204 (80.08% from 255 or 55.14% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CC61 is #BA339E. Grayscale: #979797. Windows color (decimal): -12202911 or 6409285. OLE color: 6409285.

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

Color convert

RGB6920497-
CMYK0.6600.520.2
HSL132.44º56.96%53.53%-
HSV(B)132.44º66.18%80%-
XYZ26.245.3118.67-
YUV151.4497.2769.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.65%
GREEN value IS 204 (80.08% from 255) = 55.14%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=18.65%
G=55.14%
B=26.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal69204970.6600.520.2132.4456.9653.53
Hex45CC614203414843936
Octal105314141102064242047166
Binary1000101110011001100001100001001101001010010000100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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