Shades of Mindaro #CBF669
Tints of Mindaro #CBF669
RGB
CMYK
RGB Variations
Color information
#CBF669 (or 0xCBF669) is known color: Mindaro. HEX triplet: CB, F6 and 69. RGB value is (203,246,105). Sum of RGB (Red+Green+Blue) = 203+246+105=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF669 is #340996. Grayscale: #D9D9D9. Windows color (decimal): -3410327 or 6944459. OLE color: 6944459.
HSL color Cylindrical-coordinate representation of color #CBF669: hue angle of 78.3º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBF669 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 105 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.04 |
| HSL | 78.3º | 0.89% | 0.69% | - |
| HSV(B) | 78.3º | 0.57% | 0.96% | - |
| XYZ | 60.13 | 79.63 | 25.56 | - |
| YUV | 217.07 | 64.75 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 105 | 0.17 | 0 | 0.57 | 0.04 | 78.3 | 0.89 | 0.69 |
| Hex | CB | F6 | 69 | 11 | 0 | 39 | 4 | 4E | 59 | 45 |
| Octal | 313 | 366 | 151 | 21 | 0 | 71 | 4 | 116 | 131 | 105 |
| Binary | 11001011 | 11110110 | 1101001 | 10001 | 0 | 111001 | 100 | 1001110 | 1011001 | 1000101 |
Color Harmonies of #CBF669
Complementary color
Monochromatic Colors of #CBF669
Black with #CBF669
Text Example
Text Example
White with #CBF669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF669; }
p { color: rgb(203,246,105); }
H1.HeaderClassName
{
color: #CBF669;
}
.AnyTagClassName
{
color: #CBF669;
}
</style>
background-color css
<style>
a { background-color: #CBF669; }
a { background-color: rgb(203,246,105); }
div.DivClassName
{
background-color: #CBF669;
}
.BgClassName
{
background-color: #CBF669;
}
</style>
border-color css
<style>
span { border-color: #CBF669; }
span { border-color: rgb(203,246,105); }
td.TdClassName
{
border-color: #CBF669;
}
.TagClassName
{
border-color: #CBF669;
}
</style>