#45CF5B

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

Shades of Emerald #45CF5B

Tints of Emerald #45CF5B

Color information

#45CF5B (or 0x45CF5B) is unknown color: approx Emerald. HEX triplet: 45, CF and 5B. RGB value is (69,207,91). Sum of RGB (Red+Green+Blue) = 69+207+91=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 207 (81.25% from 255 or 56.40% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CF5B is #BA30A4. Grayscale: #989898. Windows color (decimal): -12202149 or 6016837. OLE color: 6016837.

HSL color Cylindrical-coordinate representation of color #45CF5B: hue angle of 129.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CF5B is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB6920791-
CMYK0.6700.560.19
HSL129.57º58.97%54.12%-
HSV(B)129.57º66.67%81.18%-
XYZ26.6646.6517.5-
YUV152.5193.2868.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.80%
GREEN value IS 207 (81.25% from 255) = 56.40%
BLUE value IS 91 (35.94% from 255) = 24.80%
R=18.80%
G=56.40%
B=24.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal69207910.6700.560.19129.5758.9754.12
Hex45CF5B4303813823b36
Octal105317133103070232027366
Binary1000101110011111011011100001101110001001110000010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,207,91); }

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

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

 a { background-color: rgb(69,207,91); }

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

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

 span { border-color: rgb(69,207,91); }

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