Shades of Malachite #2CCF55
Tints of Malachite #2CCF55
RGB
CMYK
RGB Variations
Color information
#2CCF55 (or 0x2CCF55) is known color: Malachite. HEX triplet: 2C, CF and 55. RGB value is (44,207,85). Sum of RGB (Red+Green+Blue) = 44+207+85=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 207 (81.25% from 255 or 61.61% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCF55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCF55 is #D330AA. Grayscale: #909090. Windows color (decimal): -13840555 or 5623596. OLE color: 5623596.
HSL color Cylindrical-coordinate representation of color #2CCF55: hue angle of 135.09º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCF55 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 207 | 85 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.19 |
| HSL | 135.09º | 0.65% | 0.49% | - |
| HSV(B) | 135.09º | 0.79% | 0.81% | - |
| XYZ | 24.99 | 45.82 | 16.12 | - |
| YUV | 144.36 | 94.5 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 207 | 85 | 0.79 | 0 | 0.59 | 0.19 | 135.09 | 0.65 | 0.49 |
| Hex | 2C | CF | 55 | 4F | 0 | 3B | 13 | 87 | 41 | 31 |
| Octal | 54 | 317 | 125 | 117 | 0 | 73 | 23 | 207 | 101 | 61 |
| Binary | 101100 | 11001111 | 1010101 | 1001111 | 0 | 111011 | 10011 | 10000111 | 1000001 | 110001 |
Color Harmonies of #2CCF55
Complementary color
Monochromatic Colors of #2CCF55
Black with #2CCF55
Text Example
Text Example
White with #2CCF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCF55; }
p { color: rgb(44,207,85); }
H1.HeaderClassName
{
color: #2CCF55;
}
.AnyTagClassName
{
color: #2CCF55;
}
</style>
background-color css
<style>
a { background-color: #2CCF55; }
a { background-color: rgb(44,207,85); }
div.DivClassName
{
background-color: #2CCF55;
}
.BgClassName
{
background-color: #2CCF55;
}
</style>
border-color css
<style>
span { border-color: #2CCF55; }
span { border-color: rgb(44,207,85); }
td.TdClassName
{
border-color: #2CCF55;
}
.TagClassName
{
border-color: #2CCF55;
}
</style>