Shades of Mindaro #CBF663
Tints of Mindaro #CBF663
RGB
CMYK
RGB Variations
Color information
#CBF663 (or 0xCBF663) is known color: Mindaro. HEX triplet: CB, F6 and 63. RGB value is (203,246,99). Sum of RGB (Red+Green+Blue) = 203+246+99=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 246 (96.48% from 255 or 44.89% from 548); Blue value is 99 (39.06% from 255 or 18.07% from 548); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF663 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF663 is #34099C. Grayscale: #D8D8D8. Windows color (decimal): -3410333 or 6551243. OLE color: 6551243.
HSL color Cylindrical-coordinate representation of color #CBF663: hue angle of 77.55º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBF663 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 99 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.04 |
| HSL | 77.55º | 0.89% | 0.68% | - |
| HSV(B) | 77.55º | 0.6% | 0.96% | - |
| XYZ | 59.84 | 79.51 | 24 | - |
| YUV | 216.39 | 61.75 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 99 | 0.17 | 0 | 0.60 | 0.04 | 77.55 | 0.89 | 0.68 |
| Hex | CB | F6 | 63 | 11 | 0 | 3C | 4 | 4E | 59 | 44 |
| Octal | 313 | 366 | 143 | 21 | 0 | 74 | 4 | 116 | 131 | 104 |
| Binary | 11001011 | 11110110 | 1100011 | 10001 | 0 | 111100 | 100 | 1001110 | 1011001 | 1000100 |
Color Harmonies of #CBF663
Complementary color
Monochromatic Colors of #CBF663
Black with #CBF663
Text Example
Text Example
White with #CBF663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF663; }
p { color: rgb(203,246,99); }
H1.HeaderClassName
{
color: #CBF663;
}
.AnyTagClassName
{
color: #CBF663;
}
</style>
background-color css
<style>
a { background-color: #CBF663; }
a { background-color: rgb(203,246,99); }
div.DivClassName
{
background-color: #CBF663;
}
.BgClassName
{
background-color: #CBF663;
}
</style>
border-color css
<style>
span { border-color: #CBF663; }
span { border-color: rgb(203,246,99); }
td.TdClassName
{
border-color: #CBF663;
}
.TagClassName
{
border-color: #CBF663;
}
</style>