Html Css Color HEX #45C063 Emerald

📋 copy color: '#45C063'

red 69 ◦ green 192 ◦ blue 99

#45C063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #45C063

Tints of Emerald #45C063

RGB

 RED value IS 69 (27.34% from 255) = 19.17%

 GREEN value IS 192 (75.39% from 255) = 53.33%

 BLUE value IS 99 (39.06% from 255) = 27.5%

R = 19.17%
G = 53.33%
B = 27.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#45C063 (or 0x45C063) is known color: Emerald. HEX triplet: 45, C0 and 63. RGB value is (69,192,99). Sum of RGB (Red+Green+Blue) = 69+192+99=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #45C063 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C063 is #BA3F9C. Grayscale: #909090. Windows color (decimal): -12205981 or 6537285. OLE color: 6537285.

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

Color convert

RGB 69 192 99 -
CMYK 0.64 0 0.48 0.25
HSL 134.63º 0.49% 0.51% -
HSV(B) 134.63º 0.64% 0.75% -
XYZ 23.56 39.87 18.26 -
YUV 144.62 102.25 74.06 -
System Red Green Blue C M Y K H S L
Decimal 69 192 99 0.64 0 0.48 0.25 134.63 0.49 0.51
Hex 45 C0 63 40 0 30 19 87 31 33
Octal 105 300 143 100 0 60 31 207 61 63
Binary 1000101 11000000 1100011 1000000 0 110000 11001 10000111 110001 110011

Color Harmonies of #45C063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C063

Black with #45C063

Text Example


Text Example

White with #45C063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,192,99); }

 H1.HeaderClassName
 {
   color: #45C063;
 }
 .AnyTagClassName
 {
   color: #45C063;
 }
</style>

background-color css

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

 a { background-color: rgb(69,192,99); }

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

border-color css

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

 span { border-color: rgb(69,192,99); }

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