#45CA69

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

Shades of Emerald #45CA69

Tints of Emerald #45CA69

Color information

#45CA69 (or 0x45CA69) is unknown color: approx Emerald. HEX triplet: 45, CA and 69. RGB value is (69,202,105). Sum of RGB (Red+Green+Blue) = 69+202+105=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CA69 is #BA3596. Grayscale: #979797. Windows color (decimal): -12203415 or 6933061. OLE color: 6933061.

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

Color convert

RGB69202105-
CMYK0.6600.480.21
HSL136.24º55.65%53.14%-
HSV(B)136.24º65.84%79.22%-
XYZ26.1244.5320.58-
YUV151.17101.9469.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.35%
GREEN value IS 202 (79.30% from 255) = 53.72%
BLUE value IS 105 (41.41% from 255) = 27.93%
R=18.35%
G=53.72%
B=27.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal692021050.6600.480.21136.2455.6553.14
Hex45CA694203015883835
Octal105312151102060252107065
Binary1000101110010101101001100001001100001010110001000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,202,105); }

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

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

 a { background-color: rgb(69,202,105); }

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

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

 span { border-color: rgb(69,202,105); }

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