Shades of Mindaro #CBF661
Tints of Mindaro #CBF661
RGB
CMYK
RGB Variations
Color information
#CBF661 (or 0xCBF661) is known color: Mindaro. HEX triplet: CB, F6 and 61. RGB value is (203,246,97). Sum of RGB (Red+Green+Blue) = 203+246+97=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 97 (38.28% from 255 or 17.77% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF661 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF661 is #34099E. Grayscale: #D8D8D8. Windows color (decimal): -3410335 or 6420171. OLE color: 6420171.
HSL color Cylindrical-coordinate representation of color #CBF661: hue angle of 77.32º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBF661 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 97 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.04 |
| HSL | 77.32º | 0.89% | 0.67% | - |
| HSV(B) | 77.32º | 0.61% | 0.96% | - |
| XYZ | 59.74 | 79.47 | 23.5 | - |
| YUV | 216.16 | 60.75 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 97 | 0.17 | 0 | 0.61 | 0.04 | 77.32 | 0.89 | 0.67 |
| Hex | CB | F6 | 61 | 11 | 0 | 3D | 4 | 4D | 59 | 43 |
| Octal | 313 | 366 | 141 | 21 | 0 | 75 | 4 | 115 | 131 | 103 |
| Binary | 11001011 | 11110110 | 1100001 | 10001 | 0 | 111101 | 100 | 1001101 | 1011001 | 1000011 |
Color Harmonies of #CBF661
Complementary color
Monochromatic Colors of #CBF661
Black with #CBF661
Text Example
Text Example
White with #CBF661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF661; }
p { color: rgb(203,246,97); }
H1.HeaderClassName
{
color: #CBF661;
}
.AnyTagClassName
{
color: #CBF661;
}
</style>
background-color css
<style>
a { background-color: #CBF661; }
a { background-color: rgb(203,246,97); }
div.DivClassName
{
background-color: #CBF661;
}
.BgClassName
{
background-color: #CBF661;
}
</style>
border-color css
<style>
span { border-color: #CBF661; }
span { border-color: rgb(203,246,97); }
td.TdClassName
{
border-color: #CBF661;
}
.TagClassName
{
border-color: #CBF661;
}
</style>