Shades of Mindaro #CFF956
Tints of Mindaro #CFF956
RGB
CMYK
RGB Variations
Color information
#CFF956 (or 0xCFF956) is known color: Mindaro. HEX triplet: CF, F9 and 56. RGB value is (207,249,86). Sum of RGB (Red+Green+Blue) = 207+249+86=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 86 (33.98% from 255 or 15.87% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF956 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF956 is #3006A9. Grayscale: #DADADA. Windows color (decimal): -3147434 or 5700047. OLE color: 5700047.
HSL color Cylindrical-coordinate representation of color #CFF956: hue angle of 75.46º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFF956 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 86 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.02 |
| HSL | 75.46º | 0.93% | 0.66% | - |
| HSV(B) | 75.46º | 0.65% | 0.98% | - |
| XYZ | 61.29 | 81.69 | 21.34 | - |
| YUV | 217.86 | 53.59 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 86 | 0.17 | 0 | 0.65 | 0.02 | 75.46 | 0.93 | 0.66 |
| Hex | CF | F9 | 56 | 11 | 0 | 41 | 2 | 4B | 5D | 42 |
| Octal | 317 | 371 | 126 | 21 | 0 | 101 | 2 | 113 | 135 | 102 |
| Binary | 11001111 | 11111001 | 1010110 | 10001 | 0 | 1000001 | 10 | 1001011 | 1011101 | 1000010 |
Color Harmonies of #CFF956
Complementary color
Monochromatic Colors of #CFF956
Black with #CFF956
Text Example
Text Example
White with #CFF956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF956; }
p { color: rgb(207,249,86); }
H1.HeaderClassName
{
color: #CFF956;
}
.AnyTagClassName
{
color: #CFF956;
}
</style>
background-color css
<style>
a { background-color: #CFF956; }
a { background-color: rgb(207,249,86); }
div.DivClassName
{
background-color: #CFF956;
}
.BgClassName
{
background-color: #CFF956;
}
</style>
border-color css
<style>
span { border-color: #CFF956; }
span { border-color: rgb(207,249,86); }
td.TdClassName
{
border-color: #CFF956;
}
.TagClassName
{
border-color: #CFF956;
}
</style>