#45BF71

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

Shades of Emerald #45BF71

Tints of Emerald #45BF71

Color information

#45BF71 (or 0x45BF71) is unknown color: approx Emerald. HEX triplet: 45, BF and 71. RGB value is (69,191,113). Sum of RGB (Red+Green+Blue) = 69+191+113=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #45BF71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BF71 is #BA408E. Grayscale: #919191. Windows color (decimal): -12206223 or 7454533. OLE color: 7454533.

HSL color Cylindrical-coordinate representation of color #45BF71: hue angle of 141.64º 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 #45BF71 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB69191113-
CMYK0.6400.410.25
HSL141.64º48.8%50.98%-
HSV(B)141.64º63.87%74.9%-
XYZ24.0739.7222.02-
YUV145.63109.5873.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.50%
GREEN value IS 191 (75% from 255) = 51.21%
BLUE value IS 113 (44.53% from 255) = 30.29%
R=18.50%
G=51.21%
B=30.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691911130.6400.410.25141.6448.850.98
Hex45BF7140029198e3133
Octal105277161100051312166163
Binary1000101101111111110001100000001010011100110001110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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