Shades of Mindaro #CFF854
Tints of Mindaro #CFF854
RGB
CMYK
RGB Variations
Color information
#CFF854 (or 0xCFF854) is known color: Mindaro. HEX triplet: CF, F8 and 54. RGB value is (207,248,84). Sum of RGB (Red+Green+Blue) = 207+248+84=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 84 (33.20% from 255 or 15.58% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF854 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF854 is #3007AB. Grayscale: #D9D9D9. Windows color (decimal): -3147692 or 5568719. OLE color: 5568719.
HSL color Cylindrical-coordinate representation of color #CFF854: hue angle of 75º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFF854 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 84 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.03 |
| HSL | 75º | 0.92% | 0.65% | - |
| HSV(B) | 75º | 0.66% | 0.97% | - |
| XYZ | 60.9 | 81.04 | 20.82 | - |
| YUV | 217.05 | 52.92 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 84 | 0.17 | 0 | 0.66 | 0.03 | 75 | 0.92 | 0.65 |
| Hex | CF | F8 | 54 | 11 | 0 | 42 | 3 | 4B | 5C | 41 |
| Octal | 317 | 370 | 124 | 21 | 0 | 102 | 3 | 113 | 134 | 101 |
| Binary | 11001111 | 11111000 | 1010100 | 10001 | 0 | 1000010 | 11 | 1001011 | 1011100 | 1000001 |
Color Harmonies of #CFF854
Complementary color
Monochromatic Colors of #CFF854
Black with #CFF854
Text Example
Text Example
White with #CFF854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF854; }
p { color: rgb(207,248,84); }
H1.HeaderClassName
{
color: #CFF854;
}
.AnyTagClassName
{
color: #CFF854;
}
</style>
background-color css
<style>
a { background-color: #CFF854; }
a { background-color: rgb(207,248,84); }
div.DivClassName
{
background-color: #CFF854;
}
.BgClassName
{
background-color: #CFF854;
}
</style>
border-color css
<style>
span { border-color: #CFF854; }
span { border-color: rgb(207,248,84); }
td.TdClassName
{
border-color: #CFF854;
}
.TagClassName
{
border-color: #CFF854;
}
</style>