Shades of Malachite #1CF252
Tints of Malachite #1CF252
RGB
CMYK
RGB Variations
Color information
#1CF252 (or 0x1CF252) is known color: Malachite. HEX triplet: 1C, F2 and 52. RGB value is (28,242,82). Sum of RGB (Red+Green+Blue) = 28+242+82=352 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.95% from 352); Green value is 242 (94.92% from 255 or 68.75% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 242 - color contains mainly: green. Hex color #1CF252 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF252 is #E30DAD. Grayscale: #A0A0A0. Windows color (decimal): -14880174 or 5435932. OLE color: 5435932.
HSL color Cylindrical-coordinate representation of color #1CF252: hue angle of 135.14º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF252 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 242 | 82 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.05 |
| HSL | 135.14º | 0.89% | 0.53% | - |
| HSV(B) | 135.14º | 0.88% | 0.95% | - |
| XYZ | 33.75 | 64.36 | 18.63 | - |
| YUV | 159.77 | 84.1 | 34.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 242 | 82 | 0.88 | 0 | 0.66 | 0.05 | 135.14 | 0.89 | 0.53 |
| Hex | 1C | F2 | 52 | 58 | 0 | 42 | 5 | 87 | 59 | 35 |
| Octal | 34 | 362 | 122 | 130 | 0 | 102 | 5 | 207 | 131 | 65 |
| Binary | 11100 | 11110010 | 1010010 | 1011000 | 0 | 1000010 | 101 | 10000111 | 1011001 | 110101 |
Color Harmonies of #1CF252
Complementary color
Monochromatic Colors of #1CF252
Black with #1CF252
Text Example
Text Example
White with #1CF252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF252; }
p { color: rgb(28,242,82); }
H1.HeaderClassName
{
color: #1CF252;
}
.AnyTagClassName
{
color: #1CF252;
}
</style>
background-color css
<style>
a { background-color: #1CF252; }
a { background-color: rgb(28,242,82); }
div.DivClassName
{
background-color: #1CF252;
}
.BgClassName
{
background-color: #1CF252;
}
</style>
border-color css
<style>
span { border-color: #1CF252; }
span { border-color: rgb(28,242,82); }
td.TdClassName
{
border-color: #1CF252;
}
.TagClassName
{
border-color: #1CF252;
}
</style>