Shades of Emerald #44C483
Tints of Emerald #44C483
RGB
CMYK
RGB Variations
Color information
#44C483 (or 0x44C483) is known color: Emerald. HEX triplet: 44, C4 and 83. RGB value is (68,196,131). Sum of RGB (Red+Green+Blue) = 68+196+131=395 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.22% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #44C483 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44C483 is #BB3B7C. Grayscale: #969696. Windows color (decimal): -12270461 or 8635460. OLE color: 8635460.
HSL color Cylindrical-coordinate representation of color #44C483: hue angle of 149.53º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C483 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 196 | 131 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.23 |
| HSL | 149.53º | 0.52% | 0.52% | - |
| HSV(B) | 149.53º | 0.65% | 0.77% | - |
| XYZ | 26.22 | 42.35 | 28.26 | - |
| YUV | 150.32 | 117.09 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 196 | 131 | 0.65 | 0 | 0.33 | 0.23 | 149.53 | 0.52 | 0.52 |
| Hex | 44 | C4 | 83 | 41 | 0 | 21 | 17 | 96 | 34 | 34 |
| Octal | 104 | 304 | 203 | 101 | 0 | 41 | 27 | 226 | 64 | 64 |
| Binary | 1000100 | 11000100 | 10000011 | 1000001 | 0 | 100001 | 10111 | 10010110 | 110100 | 110100 |
Color Harmonies of #44C483
Complementary color
Monochromatic Colors of #44C483
Black with #44C483
Text Example
Text Example
White with #44C483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C483; }
p { color: rgb(68,196,131); }
H1.HeaderClassName
{
color: #44C483;
}
.AnyTagClassName
{
color: #44C483;
}
</style>
background-color css
<style>
a { background-color: #44C483; }
a { background-color: rgb(68,196,131); }
div.DivClassName
{
background-color: #44C483;
}
.BgClassName
{
background-color: #44C483;
}
</style>
border-color css
<style>
span { border-color: #44C483; }
span { border-color: rgb(68,196,131); }
td.TdClassName
{
border-color: #44C483;
}
.TagClassName
{
border-color: #44C483;
}
</style>