Shades of Mindaro #CBF569
Tints of Mindaro #CBF569
RGB
CMYK
RGB Variations
Color information
#CBF569 (or 0xCBF569) is known color: Mindaro. HEX triplet: CB, F5 and 69. RGB value is (203,245,105). Sum of RGB (Red+Green+Blue) = 203+245+105=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 105 (41.41% from 255 or 18.99% from 553); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF569 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF569 is #340A96. Grayscale: #D9D9D9. Windows color (decimal): -3410583 or 6944203. OLE color: 6944203.
HSL color Cylindrical-coordinate representation of color #CBF569: hue angle of 78º degrees, saturation: 0.88, 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 #CBF569 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 105 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.04 |
| HSL | 78º | 0.88% | 0.69% | - |
| HSV(B) | 78º | 0.57% | 0.96% | - |
| XYZ | 59.83 | 79.02 | 25.46 | - |
| YUV | 216.48 | 65.09 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 105 | 0.17 | 0 | 0.57 | 0.04 | 78 | 0.88 | 0.69 |
| Hex | CB | F5 | 69 | 11 | 0 | 39 | 4 | 4E | 58 | 45 |
| Octal | 313 | 365 | 151 | 21 | 0 | 71 | 4 | 116 | 130 | 105 |
| Binary | 11001011 | 11110101 | 1101001 | 10001 | 0 | 111001 | 100 | 1001110 | 1011000 | 1000101 |
Color Harmonies of #CBF569
Complementary color
Monochromatic Colors of #CBF569
Black with #CBF569
Text Example
Text Example
White with #CBF569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF569; }
p { color: rgb(203,245,105); }
H1.HeaderClassName
{
color: #CBF569;
}
.AnyTagClassName
{
color: #CBF569;
}
</style>
background-color css
<style>
a { background-color: #CBF569; }
a { background-color: rgb(203,245,105); }
div.DivClassName
{
background-color: #CBF569;
}
.BgClassName
{
background-color: #CBF569;
}
</style>
border-color css
<style>
span { border-color: #CBF569; }
span { border-color: rgb(203,245,105); }
td.TdClassName
{
border-color: #CBF569;
}
.TagClassName
{
border-color: #CBF569;
}
</style>