Shades of Mindaro #CFF163
Tints of Mindaro #CFF163
RGB
CMYK
RGB Variations
Color information
#CFF163 (or 0xCFF163) is known color: Mindaro. HEX triplet: CF, F1 and 63. RGB value is (207,241,99). Sum of RGB (Red+Green+Blue) = 207+241+99=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 99 (39.06% from 255 or 18.10% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF163 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF163 is #300E9C. Grayscale: #D7D7D7. Windows color (decimal): -3149469 or 6549967. OLE color: 6549967.
HSL color Cylindrical-coordinate representation of color #CFF163: hue angle of 74.37º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFF163 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 99 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.05 |
| HSL | 74.37º | 0.84% | 0.67% | - |
| HSV(B) | 74.37º | 0.59% | 0.95% | - |
| XYZ | 59.44 | 77.08 | 23.55 | - |
| YUV | 214.65 | 62.74 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 99 | 0.14 | 0 | 0.59 | 0.05 | 74.37 | 0.84 | 0.67 |
| Hex | CF | F1 | 63 | E | 0 | 3B | 5 | 4A | 54 | 43 |
| Octal | 317 | 361 | 143 | 16 | 0 | 73 | 5 | 112 | 124 | 103 |
| Binary | 11001111 | 11110001 | 1100011 | 1110 | 0 | 111011 | 101 | 1001010 | 1010100 | 1000011 |
Color Harmonies of #CFF163
Complementary color
Monochromatic Colors of #CFF163
Black with #CFF163
Text Example
Text Example
White with #CFF163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF163; }
p { color: rgb(207,241,99); }
H1.HeaderClassName
{
color: #CFF163;
}
.AnyTagClassName
{
color: #CFF163;
}
</style>
background-color css
<style>
a { background-color: #CFF163; }
a { background-color: rgb(207,241,99); }
div.DivClassName
{
background-color: #CFF163;
}
.BgClassName
{
background-color: #CFF163;
}
</style>
border-color css
<style>
span { border-color: #CFF163; }
span { border-color: rgb(207,241,99); }
td.TdClassName
{
border-color: #CFF163;
}
.TagClassName
{
border-color: #CFF163;
}
</style>