#45F585

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

Shades of Emerald #45F585

Tints of Emerald #45F585

Color information

#45F585 (or 0x45F585) is unknown color: approx Emerald. HEX triplet: 45, F5 and 85. RGB value is (69,245,133). Sum of RGB (Red+Green+Blue) = 69+245+133=447 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.44% from 447); Green value is 245 (96.09% from 255 or 54.81% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 245 - color contains mainly: green. Hex color #45F585 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45F585 is #BA0A7A. Grayscale: #B3B3B3. Windows color (decimal): -12192379 or 8779077. OLE color: 8779077.

HSL color Cylindrical-coordinate representation of color #45F585: hue angle of 141.82º degrees, saturation: 0.9, 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 #45F585 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB69245133-
CMYK0.7200.460.04
HSL141.82º89.8%61.57%-
HSV(B)141.82º71.84%96.08%-
XYZ39.3468.2633.29-
YUV179.61101.6949.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.44%
GREEN value IS 245 (96.09% from 255) = 54.81%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=15.44%
G=54.81%
B=29.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal692451330.7200.460.04141.8289.861.57
Hex45F5854802E48e5a3e
Octal105365205110056421613276
Binary1000101111101011000010110010000101110100100011101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45F585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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