Shades of Mindaro #CFFC51
Tints of Mindaro #CFFC51
RGB
CMYK
RGB Variations
Color information
#CFFC51 (or 0xCFFC51) is known color: Mindaro. HEX triplet: CF, FC and 51. RGB value is (207,252,81). Sum of RGB (Red+Green+Blue) = 207+252+81=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 81 (32.03% from 255 or 15% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFC51 is #3003AE. Grayscale: #DBDBDB. Windows color (decimal): -3146671 or 5373135. OLE color: 5373135.
HSL color Cylindrical-coordinate representation of color #CFFC51: hue angle of 75.79º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFFC51 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 81 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.01 |
| HSL | 75.79º | 0.97% | 0.65% | - |
| HSV(B) | 75.79º | 0.68% | 0.99% | - |
| XYZ | 62.03 | 83.48 | 20.63 | - |
| YUV | 219.05 | 50.09 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 81 | 0.18 | 0 | 0.68 | 0.01 | 75.79 | 0.97 | 0.65 |
| Hex | CF | FC | 51 | 12 | 0 | 44 | 1 | 4C | 61 | 41 |
| Octal | 317 | 374 | 121 | 22 | 0 | 104 | 1 | 114 | 141 | 101 |
| Binary | 11001111 | 11111100 | 1010001 | 10010 | 0 | 1000100 | 1 | 1001100 | 1100001 | 1000001 |
Color Harmonies of #CFFC51
Complementary color
Monochromatic Colors of #CFFC51
Black with #CFFC51
Text Example
Text Example
White with #CFFC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC51; }
p { color: rgb(207,252,81); }
H1.HeaderClassName
{
color: #CFFC51;
}
.AnyTagClassName
{
color: #CFFC51;
}
</style>
background-color css
<style>
a { background-color: #CFFC51; }
a { background-color: rgb(207,252,81); }
div.DivClassName
{
background-color: #CFFC51;
}
.BgClassName
{
background-color: #CFFC51;
}
</style>
border-color css
<style>
span { border-color: #CFFC51; }
span { border-color: rgb(207,252,81); }
td.TdClassName
{
border-color: #CFFC51;
}
.TagClassName
{
border-color: #CFFC51;
}
</style>