#45CB5E

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

Shades of Emerald #45CB5E

Tints of Emerald #45CB5E

Color information

#45CB5E (or 0x45CB5E) is unknown color: approx Emerald. HEX triplet: 45, CB and 5E. RGB value is (69,203,94). Sum of RGB (Red+Green+Blue) = 69+203+94=366 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.85% from 366); Green value is 203 (79.69% from 255 or 55.46% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 203 - color contains mainly: green. Hex color #45CB5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CB5E is #BA34A1. Grayscale: #969696. Windows color (decimal): -12203170 or 6212421. OLE color: 6212421.

HSL color Cylindrical-coordinate representation of color #45CB5E: hue angle of 131.19º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CB5E is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB6920394-
CMYK0.6600.540.20
HSL131.19º56.3%53.33%-
HSV(B)131.19º66.01%79.61%-
XYZ25.8344.7917.87-
YUV150.5196.1169.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.85%
GREEN value IS 203 (79.69% from 255) = 55.46%
BLUE value IS 94 (37.11% from 255) = 25.68%
R=18.85%
G=55.46%
B=25.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal69203940.6600.540.20131.1956.353.33
Hex45CB5E4203614833835
Octal105313136102066242037065
Binary1000101110010111011110100001001101101010010000011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,203,94); }

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

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

 a { background-color: rgb(69,203,94); }

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

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

 span { border-color: rgb(69,203,94); }

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