#45CA81

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

Shades of Emerald #45CA81

Tints of Emerald #45CA81

Color information

#45CA81 (or 0x45CA81) is unknown color: approx Emerald. HEX triplet: 45, CA and 81. RGB value is (69,202,129). Sum of RGB (Red+Green+Blue) = 69+202+129=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45CA81 is #BA357E. Grayscale: #9A9A9A. Windows color (decimal): -12203391 or 8505925. OLE color: 8505925.

HSL color Cylindrical-coordinate representation of color #45CA81: hue angle of 147.07º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CA81 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB69202129-
CMYK0.6600.360.21
HSL147.07º55.65%53.14%-
HSV(B)147.07º65.84%79.22%-
XYZ27.5445.0928.02-
YUV153.91113.9467.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.25%
GREEN value IS 202 (79.30% from 255) = 50.5%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=17.25%
G=50.5%
B=32.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal692021290.6600.360.21147.0755.6553.14
Hex45CA814202415933835
Octal105312201102044252237065
Binary10001011100101010000001100001001001001010110010011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,202,129); }

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

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

 a { background-color: rgb(69,202,129); }

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

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

 span { border-color: rgb(69,202,129); }

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