#45DD75

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

Shades of Emerald #45DD75

Tints of Emerald #45DD75

Color information

#45DD75 (or 0x45DD75) is unknown color: approx Emerald. HEX triplet: 45, DD and 75. RGB value is (69,221,117). Sum of RGB (Red+Green+Blue) = 69+221+117=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #45DD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DD75 is #BA228A. Grayscale: #A3A3A3. Windows color (decimal): -12198539 or 7724357. OLE color: 7724357.

HSL color Cylindrical-coordinate representation of color #45DD75: hue angle of 138.95º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DD75 is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB69221117-
CMYK0.6900.470.13
HSL138.95º69.09%56.86%-
HSV(B)138.95º68.78%86.67%-
XYZ31.5254.2625.64-
YUV163.7101.6460.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.95%
GREEN value IS 221 (86.72% from 255) = 54.30%
BLUE value IS 117 (46.09% from 255) = 28.75%
R=16.95%
G=54.30%
B=28.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal692211170.6900.470.13138.9569.0956.86
Hex45DD754502FD8b4539
Octal1053351651050571521310571
Binary1000101110111011110101100010101011111101100010111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,221,117); }

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

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

 a { background-color: rgb(69,221,117); }

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

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

 span { border-color: rgb(69,221,117); }

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