#45DB85

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

Shades of Emerald #45DB85

Tints of Emerald #45DB85

Color information

#45DB85 (or 0x45DB85) is unknown color: approx Emerald. HEX triplet: 45, DB and 85. RGB value is (69,219,133). Sum of RGB (Red+Green+Blue) = 69+219+133=421 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.39% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #45DB85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45DB85 is #BA247A. Grayscale: #A4A4A4. Windows color (decimal): -12199035 or 8772421. OLE color: 8772421.

HSL color Cylindrical-coordinate representation of color #45DB85: hue angle of 145.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45DB85 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB69219133-
CMYK0.6800.390.14
HSL145.6º67.57%56.47%-
HSV(B)145.6º68.49%85.88%-
XYZ32.0253.6230.85-
YUV164.35110.359.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.39%
GREEN value IS 219 (85.94% from 255) = 52.02%
BLUE value IS 133 (52.34% from 255) = 31.59%
R=16.39%
G=52.02%
B=31.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal692191330.6800.390.14145.667.5756.47
Hex45DB8544027E924438
Octal1053332051040471622210470
Binary10001011101101110000101100010001001111110100100101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,219,133); }

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

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

 a { background-color: rgb(69,219,133); }

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

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

 span { border-color: rgb(69,219,133); }

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