Shades of Malachite #1CF65B
Tints of Malachite #1CF65B
RGB
CMYK
RGB Variations
Color information
#1CF65B (or 0x1CF65B) is known color: Malachite. HEX triplet: 1C, F6 and 5B. RGB value is (28,246,91). Sum of RGB (Red+Green+Blue) = 28+246+91=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 246 (96.48% from 255 or 67.40% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 246 - color contains mainly: green. Hex color #1CF65B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF65B is #E309A4. Grayscale: #A3A3A3. Windows color (decimal): -14879141 or 6026780. OLE color: 6026780.
HSL color Cylindrical-coordinate representation of color #1CF65B: hue angle of 137.34º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF65B is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 246 | 91 | - |
| CMYK | 0.89 | 0 | 0.63 | 0.04 |
| HSL | 137.34º | 0.92% | 0.54% | - |
| HSV(B) | 137.34º | 0.89% | 0.96% | - |
| XYZ | 35.32 | 66.91 | 20.95 | - |
| YUV | 163.15 | 87.28 | 31.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 246 | 91 | 0.89 | 0 | 0.63 | 0.04 | 137.34 | 0.92 | 0.54 |
| Hex | 1C | F6 | 5B | 59 | 0 | 3F | 4 | 89 | 5C | 36 |
| Octal | 34 | 366 | 133 | 131 | 0 | 77 | 4 | 211 | 134 | 66 |
| Binary | 11100 | 11110110 | 1011011 | 1011001 | 0 | 111111 | 100 | 10001001 | 1011100 | 110110 |
Color Harmonies of #1CF65B
Complementary color
Monochromatic Colors of #1CF65B
Black with #1CF65B
Text Example
Text Example
White with #1CF65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF65B; }
p { color: rgb(28,246,91); }
H1.HeaderClassName
{
color: #1CF65B;
}
.AnyTagClassName
{
color: #1CF65B;
}
</style>
background-color css
<style>
a { background-color: #1CF65B; }
a { background-color: rgb(28,246,91); }
div.DivClassName
{
background-color: #1CF65B;
}
.BgClassName
{
background-color: #1CF65B;
}
</style>
border-color css
<style>
span { border-color: #1CF65B; }
span { border-color: rgb(28,246,91); }
td.TdClassName
{
border-color: #1CF65B;
}
.TagClassName
{
border-color: #1CF65B;
}
</style>