#45D67D

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

Shades of Emerald #45D67D

Tints of Emerald #45D67D

Color information

#45D67D (or 0x45D67D) is unknown color: approx Emerald. HEX triplet: 45, D6 and 7D. RGB value is (69,214,125). Sum of RGB (Red+Green+Blue) = 69+214+125=408 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.91% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #45D67D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D67D is #BA2982. Grayscale: #A0A0A0. Windows color (decimal): -12200323 or 8246853. OLE color: 8246853.

HSL color Cylindrical-coordinate representation of color #45D67D: hue angle of 143.17º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D67D is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB69214125-
CMYK0.6800.420.16
HSL143.17º63.88%55.49%-
HSV(B)143.17º67.76%83.92%-
XYZ30.250.8427.62-
YUV160.5107.9662.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.91%
GREEN value IS 214 (83.98% from 255) = 52.45%
BLUE value IS 125 (49.22% from 255) = 30.64%
R=16.91%
G=52.45%
B=30.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal692141250.6800.420.16143.1763.8855.49
Hex45D67D4402A108f4037
Octal1053261751040522021710067
Binary10001011101011011111011000100010101010000100011111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,214,125); }

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

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

 a { background-color: rgb(69,214,125); }

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

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

 span { border-color: rgb(69,214,125); }

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