#45BF83

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

Shades of Emerald #45BF83

Tints of Emerald #45BF83

Color information

#45BF83 (or 0x45BF83) is unknown color: approx Emerald. HEX triplet: 45, BF and 83. RGB value is (69,191,131). Sum of RGB (Red+Green+Blue) = 69+191+131=391 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.65% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 191 - color contains mainly: green. Hex color #45BF83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45BF83 is #BA407C. Grayscale: #939393. Windows color (decimal): -12206205 or 8634181. OLE color: 8634181.

HSL color Cylindrical-coordinate representation of color #45BF83: hue angle of 150.49º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45BF83 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB69191131-
CMYK0.6400.310.25
HSL150.49º48.8%50.98%-
HSV(B)150.49º63.87%74.9%-
XYZ25.1840.1727.9-
YUV147.68118.5871.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.65%
GREEN value IS 191 (75% from 255) = 48.85%
BLUE value IS 131 (51.56% from 255) = 33.50%
R=17.65%
G=48.85%
B=33.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691911310.6400.310.25150.4948.850.98
Hex45BF834001F19963133
Octal105277203100037312266163
Binary1000101101111111000001110000000111111100110010110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,191,131); }

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

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

 a { background-color: rgb(69,191,131); }

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

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

 span { border-color: rgb(69,191,131); }

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