Shades of Malachite #1CCB65
Tints of Malachite #1CCB65
RGB
CMYK
RGB Variations
Color information
#1CCB65 (or 0x1CCB65) is known color: Malachite. HEX triplet: 1C, CB and 65. RGB value is (28,203,101). Sum of RGB (Red+Green+Blue) = 28+203+101=332 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.43% from 332); Green value is 203 (79.69% from 255 or 61.14% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCB65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCB65 is #E3349A. Grayscale: #8B8B8B. Windows color (decimal): -14890139 or 6671132. OLE color: 6671132.
HSL color Cylindrical-coordinate representation of color #1CCB65: hue angle of 145.03º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCB65 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 203 | 101 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.20 |
| HSL | 145.03º | 0.76% | 0.45% | - |
| HSV(B) | 145.03º | 0.86% | 0.8% | - |
| XYZ | 24.18 | 43.9 | 19.51 | - |
| YUV | 139.05 | 106.52 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 203 | 101 | 0.86 | 0 | 0.50 | 0.20 | 145.03 | 0.76 | 0.45 |
| Hex | 1C | CB | 65 | 56 | 0 | 32 | 14 | 91 | 4C | 2D |
| Octal | 34 | 313 | 145 | 126 | 0 | 62 | 24 | 221 | 114 | 55 |
| Binary | 11100 | 11001011 | 1100101 | 1010110 | 0 | 110010 | 10100 | 10010001 | 1001100 | 101101 |
Color Harmonies of #1CCB65
Complementary color
Monochromatic Colors of #1CCB65
Black with #1CCB65
Text Example
Text Example
White with #1CCB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCB65; }
p { color: rgb(28,203,101); }
H1.HeaderClassName
{
color: #1CCB65;
}
.AnyTagClassName
{
color: #1CCB65;
}
</style>
background-color css
<style>
a { background-color: #1CCB65; }
a { background-color: rgb(28,203,101); }
div.DivClassName
{
background-color: #1CCB65;
}
.BgClassName
{
background-color: #1CCB65;
}
</style>
border-color css
<style>
span { border-color: #1CCB65; }
span { border-color: rgb(28,203,101); }
td.TdClassName
{
border-color: #1CCB65;
}
.TagClassName
{
border-color: #1CCB65;
}
</style>