Shades of Malachite #13CF4A
Tints of Malachite #13CF4A
RGB
CMYK
RGB Variations
Color information
#13CF4A (or 0x13CF4A) is known color: Malachite. HEX triplet: 13, CF and 4A. RGB value is (19,207,74). Sum of RGB (Red+Green+Blue) = 19+207+74=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 207 (81.25% from 255 or 69% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CF4A is #EC30B5. Grayscale: #878787. Windows color (decimal): -15478966 or 4902675. OLE color: 4902675.
HSL color Cylindrical-coordinate representation of color #13CF4A: hue angle of 137.55º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CF4A is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 74 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.19 |
| HSL | 137.55º | 0.83% | 0.44% | - |
| HSV(B) | 137.55º | 0.91% | 0.81% | - |
| XYZ | 23.82 | 45.26 | 13.96 | - |
| YUV | 135.63 | 93.22 | 44.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 74 | 0.91 | 0 | 0.64 | 0.19 | 137.55 | 0.83 | 0.44 |
| Hex | 13 | CF | 4A | 5B | 0 | 40 | 13 | 8A | 53 | 2C |
| Octal | 23 | 317 | 112 | 133 | 0 | 100 | 23 | 212 | 123 | 54 |
| Binary | 10011 | 11001111 | 1001010 | 1011011 | 0 | 1000000 | 10011 | 10001010 | 1010011 | 101100 |
Color Harmonies of #13CF4A
Complementary color
Monochromatic Colors of #13CF4A
Black with #13CF4A
Text Example
Text Example
White with #13CF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CF4A; }
p { color: rgb(19,207,74); }
H1.HeaderClassName
{
color: #13CF4A;
}
.AnyTagClassName
{
color: #13CF4A;
}
</style>
background-color css
<style>
a { background-color: #13CF4A; }
a { background-color: rgb(19,207,74); }
div.DivClassName
{
background-color: #13CF4A;
}
.BgClassName
{
background-color: #13CF4A;
}
</style>
border-color css
<style>
span { border-color: #13CF4A; }
span { border-color: rgb(19,207,74); }
td.TdClassName
{
border-color: #13CF4A;
}
.TagClassName
{
border-color: #13CF4A;
}
</style>