Html Css Color HEX #45C663 Emerald

📋 copy color: '#45C663'

red 69 ◦ green 198 ◦ blue 99

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

Shades of Emerald #45C663

Tints of Emerald #45C663

RGB

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

 GREEN value IS 198 (77.73% from 255) = 54.1%

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

R = 18.85%
G = 54.1%
B = 27.05%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#45C663 (or 0x45C663) is known color: Emerald. HEX triplet: 45, C6 and 63. RGB value is (69,198,99). Sum of RGB (Red+Green+Blue) = 69+198+99=366 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.85% from 366); Green value is 198 (77.73% from 255 or 54.10% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 198 - color contains mainly: green. Hex color #45C663 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C663 is #BA399C. Grayscale: #949494. Windows color (decimal): -12204445 or 6538821. OLE color: 6538821.

HSL color Cylindrical-coordinate representation of color #45C663: hue angle of 133.95º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C663 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 69 198 99 -
CMYK 0.65 0 0.50 0.22
HSL 133.95º 0.53% 0.52% -
HSV(B) 133.95º 0.65% 0.78% -
XYZ 24.9 42.55 18.71 -
YUV 148.14 100.26 71.55 -
System Red Green Blue C M Y K H S L
Decimal 69 198 99 0.65 0 0.50 0.22 133.95 0.53 0.52
Hex 45 C6 63 41 0 32 16 86 35 34
Octal 105 306 143 101 0 62 26 206 65 64
Binary 1000101 11000110 1100011 1000001 0 110010 10110 10000110 110101 110100

Color Harmonies of #45C663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C663

Black with #45C663

Text Example


Text Example

White with #45C663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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