#45F680

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

Shades of Emerald #45F680

Tints of Emerald #45F680

Color information

#45F680 (or 0x45F680) is unknown color: approx Emerald. HEX triplet: 45, F6 and 80. RGB value is (69,246,128). Sum of RGB (Red+Green+Blue) = 69+246+128=443 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.58% from 443); Green value is 246 (96.48% from 255 or 55.53% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 246 - color contains mainly: green. Hex color #45F680 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45F680 is #BA097F. Grayscale: #B3B3B3. Windows color (decimal): -12192128 or 8451653. OLE color: 8451653.

HSL color Cylindrical-coordinate representation of color #45F680: hue angle of 140º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F680 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB69246128-
CMYK0.7200.480.04
HSL140º90.77%61.76%-
HSV(B)140º71.95%96.47%-
XYZ39.3168.7431.62-
YUV179.6298.8649.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.58%
GREEN value IS 246 (96.48% from 255) = 55.53%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=15.58%
G=55.53%
B=28.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal692461280.7200.480.0414090.7761.76
Hex45F6804803048c5b3e
Octal105366200110060421413376
Binary1000101111101101000000010010000110000100100011001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45F680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,246,128); }

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

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

 a { background-color: rgb(69,246,128); }

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

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

 span { border-color: rgb(69,246,128); }

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