#45d95f

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

Shades of Emerald #45D95F

Tints of Emerald #45D95F

Color information

#45D95F (or 0x45D95F) is unknown color: approx Emerald. HEX triplet: 45, D9 and 5F. RGB value is (69,217,95). Sum of RGB (Red+Green+Blue) = 69+217+95=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 217 (85.16% from 255 or 56.96% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 217 - color contains mainly: green. Hex color #45D95F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D95F is #BA26A0. Grayscale: #9F9F9F. Windows color (decimal): -12199585 or 6281541. OLE color: 6281541.

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

Color convert

RGB6921795-
CMYK0.6800.560.15
HSL130.54º66.07%56.08%-
HSV(B)130.54º68.2%85.1%-
XYZ29.3351.7219.26-
YUV158.8491.9763.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.11%
GREEN value IS 217 (85.16% from 255) = 56.96%
BLUE value IS 95 (37.5% from 255) = 24.93%
R=18.11%
G=56.96%
B=24.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal69217950.6800.560.15130.5466.0756.08
Hex45D95F44038F834238
Octal1053311371040701720310270
Binary1000101110110011011111100010001110001111100000111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45d95f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,217,95); }

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

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

 a { background-color: rgb(69,217,95); }

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

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

 span { border-color: rgb(69,217,95); }

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