Shades of Malachite #1FF360
Tints of Malachite #1FF360
RGB
CMYK
RGB Variations
Color information
#1FF360 (or 0x1FF360) is known color: Malachite. HEX triplet: 1F, F3 and 60. RGB value is (31,243,96). Sum of RGB (Red+Green+Blue) = 31+243+96=370 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.38% from 370); Green value is 243 (95.31% from 255 or 65.68% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 243 - color contains mainly: green. Hex color #1FF360 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF360 is #E00C9F. Grayscale: #A3A3A3. Windows color (decimal): -14683296 or 6353695. OLE color: 6353695.
HSL color Cylindrical-coordinate representation of color #1FF360: hue angle of 138.4º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF360 is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 243 | 96 | - |
| CMYK | 0.87 | 0 | 0.60 | 0.05 |
| HSL | 138.4º | 0.9% | 0.54% | - |
| HSV(B) | 138.4º | 0.87% | 0.95% | - |
| XYZ | 34.73 | 65.24 | 21.83 | - |
| YUV | 162.85 | 90.26 | 33.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 243 | 96 | 0.87 | 0 | 0.60 | 0.05 | 138.4 | 0.9 | 0.54 |
| Hex | 1F | F3 | 60 | 57 | 0 | 3C | 5 | 8A | 5A | 36 |
| Octal | 37 | 363 | 140 | 127 | 0 | 74 | 5 | 212 | 132 | 66 |
| Binary | 11111 | 11110011 | 1100000 | 1010111 | 0 | 111100 | 101 | 10001010 | 1011010 | 110110 |
Color Harmonies of #1FF360
Complementary color
Monochromatic Colors of #1FF360
Black with #1FF360
Text Example
Text Example
White with #1FF360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF360; }
p { color: rgb(31,243,96); }
H1.HeaderClassName
{
color: #1FF360;
}
.AnyTagClassName
{
color: #1FF360;
}
</style>
background-color css
<style>
a { background-color: #1FF360; }
a { background-color: rgb(31,243,96); }
div.DivClassName
{
background-color: #1FF360;
}
.BgClassName
{
background-color: #1FF360;
}
</style>
border-color css
<style>
span { border-color: #1FF360; }
span { border-color: rgb(31,243,96); }
td.TdClassName
{
border-color: #1FF360;
}
.TagClassName
{
border-color: #1FF360;
}
</style>