Shades of Malachite #1CFF3F
Tints of Malachite #1CFF3F
RGB
CMYK
RGB Variations
Color information
#1CFF3F (or 0x1CFF3F) is known color: Malachite. HEX triplet: 1C, FF and 3F. RGB value is (28,255,63). Sum of RGB (Red+Green+Blue) = 28+255+63=346 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.09% from 346); Green value is 255 (100% from 255 or 73.70% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFF3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CFF3F is #E300C0. Grayscale: #A5A5A5. Windows color (decimal): -14876865 or 4194076. OLE color: 4194076.
HSL color Cylindrical-coordinate representation of color #1CFF3F: hue angle of 129.25º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFF3F is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 255 | 63 | - |
| CMYK | 0.89 | 0 | 0.75 | 0 |
| HSL | 129.25º | 1% | 0.55% | - |
| HSV(B) | 129.25º | 0.89% | 1% | - |
| XYZ | 37.14 | 72.13 | 16.67 | - |
| YUV | 165.24 | 70.29 | 30.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 255 | 63 | 0.89 | 0 | 0.75 | 0 | 129.25 | 1 | 0.55 |
| Hex | 1C | FF | 3F | 59 | 0 | 4B | 0 | 81 | 64 | 37 |
| Octal | 34 | 377 | 77 | 131 | 0 | 113 | 0 | 201 | 144 | 67 |
| Binary | 11100 | 11111111 | 111111 | 1011001 | 0 | 1001011 | 0 | 10000001 | 1100100 | 110111 |
Color Harmonies of #1CFF3F
Complementary color
Monochromatic Colors of #1CFF3F
Black with #1CFF3F
Text Example
Text Example
White with #1CFF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFF3F; }
p { color: rgb(28,255,63); }
H1.HeaderClassName
{
color: #1CFF3F;
}
.AnyTagClassName
{
color: #1CFF3F;
}
</style>
background-color css
<style>
a { background-color: #1CFF3F; }
a { background-color: rgb(28,255,63); }
div.DivClassName
{
background-color: #1CFF3F;
}
.BgClassName
{
background-color: #1CFF3F;
}
</style>
border-color css
<style>
span { border-color: #1CFF3F; }
span { border-color: rgb(28,255,63); }
td.TdClassName
{
border-color: #1CFF3F;
}
.TagClassName
{
border-color: #1CFF3F;
}
</style>