Shades of Malachite #1CF965
Tints of Malachite #1CF965
RGB
CMYK
RGB Variations
Color information
#1CF965 (or 0x1CF965) is known color: Malachite. HEX triplet: 1C, F9 and 65. RGB value is (28,249,101). Sum of RGB (Red+Green+Blue) = 28+249+101=378 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.41% from 378); Green value is 249 (97.66% from 255 or 65.87% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF965 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF965 is #E3069A. Grayscale: #A6A6A6. Windows color (decimal): -14878363 or 6682908. OLE color: 6682908.
HSL color Cylindrical-coordinate representation of color #1CF965: hue angle of 139.82º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF965 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 249 | 101 | - |
| CMYK | 0.89 | 0 | 0.59 | 0.02 |
| HSL | 139.82º | 0.95% | 0.54% | - |
| HSV(B) | 139.82º | 0.89% | 0.98% | - |
| XYZ | 36.7 | 68.94 | 23.68 | - |
| YUV | 166.05 | 91.28 | 29.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 249 | 101 | 0.89 | 0 | 0.59 | 0.02 | 139.82 | 0.95 | 0.54 |
| Hex | 1C | F9 | 65 | 59 | 0 | 3B | 2 | 8C | 5F | 36 |
| Octal | 34 | 371 | 145 | 131 | 0 | 73 | 2 | 214 | 137 | 66 |
| Binary | 11100 | 11111001 | 1100101 | 1011001 | 0 | 111011 | 10 | 10001100 | 1011111 | 110110 |
Color Harmonies of #1CF965
Complementary color
Monochromatic Colors of #1CF965
Black with #1CF965
Text Example
Text Example
White with #1CF965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF965; }
p { color: rgb(28,249,101); }
H1.HeaderClassName
{
color: #1CF965;
}
.AnyTagClassName
{
color: #1CF965;
}
</style>
background-color css
<style>
a { background-color: #1CF965; }
a { background-color: rgb(28,249,101); }
div.DivClassName
{
background-color: #1CF965;
}
.BgClassName
{
background-color: #1CF965;
}
</style>
border-color css
<style>
span { border-color: #1CF965; }
span { border-color: rgb(28,249,101); }
td.TdClassName
{
border-color: #1CF965;
}
.TagClassName
{
border-color: #1CF965;
}
</style>