Shades of Mindaro #CFF951
Tints of Mindaro #CFF951
RGB
CMYK
RGB Variations
Color information
#CFF951 (or 0xCFF951) is known color: Mindaro. HEX triplet: CF, F9 and 51. RGB value is (207,249,81). Sum of RGB (Red+Green+Blue) = 207+249+81=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 81 (32.03% from 255 or 15.08% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF951 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF951 is #3006AE. Grayscale: #D9D9D9. Windows color (decimal): -3147439 or 5372367. OLE color: 5372367.
HSL color Cylindrical-coordinate representation of color #CFF951: hue angle of 75º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFF951 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 81 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.02 |
| HSL | 75º | 0.93% | 0.65% | - |
| HSV(B) | 75º | 0.67% | 0.98% | - |
| XYZ | 61.09 | 81.61 | 20.32 | - |
| YUV | 217.29 | 51.09 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 81 | 0.17 | 0 | 0.67 | 0.02 | 75 | 0.93 | 0.65 |
| Hex | CF | F9 | 51 | 11 | 0 | 43 | 2 | 4B | 5D | 41 |
| Octal | 317 | 371 | 121 | 21 | 0 | 103 | 2 | 113 | 135 | 101 |
| Binary | 11001111 | 11111001 | 1010001 | 10001 | 0 | 1000011 | 10 | 1001011 | 1011101 | 1000001 |
Color Harmonies of #CFF951
Complementary color
Monochromatic Colors of #CFF951
Black with #CFF951
Text Example
Text Example
White with #CFF951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF951; }
p { color: rgb(207,249,81); }
H1.HeaderClassName
{
color: #CFF951;
}
.AnyTagClassName
{
color: #CFF951;
}
</style>
background-color css
<style>
a { background-color: #CFF951; }
a { background-color: rgb(207,249,81); }
div.DivClassName
{
background-color: #CFF951;
}
.BgClassName
{
background-color: #CFF951;
}
</style>
border-color css
<style>
span { border-color: #CFF951; }
span { border-color: rgb(207,249,81); }
td.TdClassName
{
border-color: #CFF951;
}
.TagClassName
{
border-color: #CFF951;
}
</style>