Shades of Malachite #2FF85C
Tints of Malachite #2FF85C
RGB
CMYK
RGB Variations
Color information
#2FF85C (or 0x2FF85C) is known color: Malachite. HEX triplet: 2F, F8 and 5C. RGB value is (47,248,92). Sum of RGB (Red+Green+Blue) = 47+248+92=387 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.14% from 387); Green value is 248 (97.27% from 255 or 64.08% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF85C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF85C is #D007A3. Grayscale: #AAAAAA. Windows color (decimal): -13633444 or 6092847. OLE color: 6092847.
HSL color Cylindrical-coordinate representation of color #2FF85C: hue angle of 133.43º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF85C is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
RGB | 47 | 248 | 92 | - |
CMYK | 0.81 | 0 | 0.63 | 0.03 |
HSL | 133.43º | 0.93% | 0.58% | - |
HSV(B) | 133.43º | 0.81% | 0.97% | - |
XYZ | 36.67 | 68.51 | 21.42 | - |
YUV | 170.12 | 83.91 | 40.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 248 | 92 | 0.81 | 0 | 0.63 | 0.03 | 133.43 | 0.93 | 0.58 |
Hex | 2F | F8 | 5C | 51 | 0 | 3F | 3 | 85 | 5D | 3A |
Octal | 57 | 370 | 134 | 121 | 0 | 77 | 3 | 205 | 135 | 72 |
Binary | 101111 | 11111000 | 1011100 | 1010001 | 0 | 111111 | 11 | 10000101 | 1011101 | 111010 |
Color Harmonies of #2FF85C
Complementary color
Monochromatic Colors of #2FF85C
Black with #2FF85C
Text Example
Text Example
White with #2FF85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF85C; }
p { color: rgb(47,248,92); }
H1.HeaderClassName
{
color: #2FF85C;
}
.AnyTagClassName
{
color: #2FF85C;
}
</style>
background-color css
<style>
a { background-color: #2FF85C; }
a { background-color: rgb(47,248,92); }
div.DivClassName
{
background-color: #2FF85C;
}
.BgClassName
{
background-color: #2FF85C;
}
</style>
border-color css
<style>
span { border-color: #2FF85C; }
span { border-color: rgb(47,248,92); }
td.TdClassName
{
border-color: #2FF85C;
}
.TagClassName
{
border-color: #2FF85C;
}
</style>