#45D256

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

Shades of Emerald #45D256

Tints of Emerald #45D256

Color information

#45D256 (or 0x45D256) is unknown color: approx Emerald. HEX triplet: 45, D2 and 56. RGB value is (69,210,86). Sum of RGB (Red+Green+Blue) = 69+210+86=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 210 (82.42% from 255 or 57.53% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 210 - color contains mainly: green. Hex color #45D256 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D256 is #BA2DA9. Grayscale: #9A9A9A. Windows color (decimal): -12201386 or 5689925. OLE color: 5689925.

HSL color Cylindrical-coordinate representation of color #45D256: hue angle of 127.23º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D256 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB6921086-
CMYK0.6700.590.18
HSL127.23º61.04%54.71%-
HSV(B)127.23º67.14%82.35%-
XYZ27.1848.0316.64-
YUV153.7189.7967.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.90%
GREEN value IS 210 (82.42% from 255) = 57.53%
BLUE value IS 86 (33.98% from 255) = 23.56%
R=18.90%
G=57.53%
B=23.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal69210860.6700.590.18127.2361.0454.71
Hex45D2564303B127f3d37
Octal105322126103073221777567
Binary100010111010010101011010000110111011100101111111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,210,86); }

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

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

 a { background-color: rgb(69,210,86); }

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

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

 span { border-color: rgb(69,210,86); }

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