#45CD7A

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

Shades of Emerald #45CD7A

Tints of Emerald #45CD7A

Color information

#45CD7A (or 0x45CD7A) is unknown color: approx Emerald. HEX triplet: 45, CD and 7A. RGB value is (69,205,122). Sum of RGB (Red+Green+Blue) = 69+205+122=396 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.42% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #45CD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CD7A is #BA3285. Grayscale: #9B9B9B. Windows color (decimal): -12202630 or 8047941. OLE color: 8047941.

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

Color convert

RGB69205122-
CMYK0.6600.400.20
HSL143.38º57.63%53.73%-
HSV(B)143.38º66.34%80.39%-
XYZ27.846.3325.89-
YUV154.87109.4466.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.42%
GREEN value IS 205 (80.47% from 255) = 51.77%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=17.42%
G=51.77%
B=30.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal692051220.6600.400.20143.3857.6353.73
Hex45CD7A42028148f3a36
Octal105315172102050242177266
Binary1000101110011011111010100001001010001010010001111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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