#45CB6D

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

Shades of Emerald #45CB6D

Tints of Emerald #45CB6D

Color information

#45CB6D (or 0x45CB6D) is unknown color: approx Emerald. HEX triplet: 45, CB and 6D. RGB value is (69,203,109). Sum of RGB (Red+Green+Blue) = 69+203+109=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #45CB6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CB6D is #BA3492. Grayscale: #989898. Windows color (decimal): -12203155 or 7195461. OLE color: 7195461.

HSL color Cylindrical-coordinate representation of color #45CB6D: hue angle of 137.91º 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 #45CB6D is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB69203109-
CMYK0.6600.460.20
HSL137.91º56.3%53.33%-
HSV(B)137.91º66.01%79.61%-
XYZ26.5745.0821.77-
YUV152.22103.6168.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.11%
GREEN value IS 203 (79.69% from 255) = 53.28%
BLUE value IS 109 (42.97% from 255) = 28.61%
R=18.11%
G=53.28%
B=28.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal692031090.6600.460.20137.9156.353.33
Hex45CB6D4202E148a3835
Octal105313155102056242127065
Binary1000101110010111101101100001001011101010010001010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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