Shades of Mindaro #CBF963
Tints of Mindaro #CBF963
RGB
CMYK
RGB Variations
Color information
#CBF963 (or 0xCBF963) is known color: Mindaro. HEX triplet: CB, F9 and 63. RGB value is (203,249,99). Sum of RGB (Red+Green+Blue) = 203+249+99=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 99 (39.06% from 255 or 17.97% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF963 is #34069C. Grayscale: #DADADA. Windows color (decimal): -3409565 or 6552011. OLE color: 6552011.
HSL color Cylindrical-coordinate representation of color #CBF963: hue angle of 78.4º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBF963 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 99 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.02 |
| HSL | 78.4º | 0.93% | 0.68% | - |
| HSV(B) | 78.4º | 0.6% | 0.98% | - |
| XYZ | 60.76 | 81.35 | 24.3 | - |
| YUV | 218.15 | 60.76 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 99 | 0.18 | 0 | 0.60 | 0.02 | 78.4 | 0.93 | 0.68 |
| Hex | CB | F9 | 63 | 12 | 0 | 3C | 2 | 4E | 5D | 44 |
| Octal | 313 | 371 | 143 | 22 | 0 | 74 | 2 | 116 | 135 | 104 |
| Binary | 11001011 | 11111001 | 1100011 | 10010 | 0 | 111100 | 10 | 1001110 | 1011101 | 1000100 |
Color Harmonies of #CBF963
Complementary color
Monochromatic Colors of #CBF963
Black with #CBF963
Text Example
Text Example
White with #CBF963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF963; }
p { color: rgb(203,249,99); }
H1.HeaderClassName
{
color: #CBF963;
}
.AnyTagClassName
{
color: #CBF963;
}
</style>
background-color css
<style>
a { background-color: #CBF963; }
a { background-color: rgb(203,249,99); }
div.DivClassName
{
background-color: #CBF963;
}
.BgClassName
{
background-color: #CBF963;
}
</style>
border-color css
<style>
span { border-color: #CBF963; }
span { border-color: rgb(203,249,99); }
td.TdClassName
{
border-color: #CBF963;
}
.TagClassName
{
border-color: #CBF963;
}
</style>