Shades of Mindaro #CFF968
Tints of Mindaro #CFF968
RGB
CMYK
RGB Variations
Color information
#CFF968 (or 0xCFF968) is known color: Mindaro. HEX triplet: CF, F9 and 68. RGB value is (207,249,104). Sum of RGB (Red+Green+Blue) = 207+249+104=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 104 (41.02% from 255 or 18.57% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF968 is #300697. Grayscale: #DCDCDC. Windows color (decimal): -3147416 or 6879695. OLE color: 6879695.
HSL color Cylindrical-coordinate representation of color #CFF968: hue angle of 77.38º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFF968 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 104 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.02 |
| HSL | 77.38º | 0.92% | 0.69% | - |
| HSV(B) | 77.38º | 0.58% | 0.98% | - |
| XYZ | 62.11 | 82.02 | 25.65 | - |
| YUV | 219.91 | 62.59 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 104 | 0.17 | 0 | 0.58 | 0.02 | 77.38 | 0.92 | 0.69 |
| Hex | CF | F9 | 68 | 11 | 0 | 3A | 2 | 4D | 5C | 45 |
| Octal | 317 | 371 | 150 | 21 | 0 | 72 | 2 | 115 | 134 | 105 |
| Binary | 11001111 | 11111001 | 1101000 | 10001 | 0 | 111010 | 10 | 1001101 | 1011100 | 1000101 |
Color Harmonies of #CFF968
Complementary color
Monochromatic Colors of #CFF968
Black with #CFF968
Text Example
Text Example
White with #CFF968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF968; }
p { color: rgb(207,249,104); }
H1.HeaderClassName
{
color: #CFF968;
}
.AnyTagClassName
{
color: #CFF968;
}
</style>
background-color css
<style>
a { background-color: #CFF968; }
a { background-color: rgb(207,249,104); }
div.DivClassName
{
background-color: #CFF968;
}
.BgClassName
{
background-color: #CFF968;
}
</style>
border-color css
<style>
span { border-color: #CFF968; }
span { border-color: rgb(207,249,104); }
td.TdClassName
{
border-color: #CFF968;
}
.TagClassName
{
border-color: #CFF968;
}
</style>