Shades of Mindaro #CBF369
Tints of Mindaro #CBF369
RGB
CMYK
RGB Variations
Color information
#CBF369 (or 0xCBF369) is known color: Mindaro. HEX triplet: CB, F3 and 69. RGB value is (203,243,105). Sum of RGB (Red+Green+Blue) = 203+243+105=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF369 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF369 is #340C96. Grayscale: #D7D7D7. Windows color (decimal): -3411095 or 6943691. OLE color: 6943691.
HSL color Cylindrical-coordinate representation of color #CBF369: hue angle of 77.39º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBF369 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 105 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.05 |
| HSL | 77.39º | 0.85% | 0.68% | - |
| HSV(B) | 77.39º | 0.57% | 0.95% | - |
| XYZ | 59.23 | 77.82 | 25.26 | - |
| YUV | 215.31 | 65.75 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 105 | 0.16 | 0 | 0.57 | 0.05 | 77.39 | 0.85 | 0.68 |
| Hex | CB | F3 | 69 | 10 | 0 | 39 | 5 | 4D | 55 | 44 |
| Octal | 313 | 363 | 151 | 20 | 0 | 71 | 5 | 115 | 125 | 104 |
| Binary | 11001011 | 11110011 | 1101001 | 10000 | 0 | 111001 | 101 | 1001101 | 1010101 | 1000100 |
Color Harmonies of #CBF369
Complementary color
Monochromatic Colors of #CBF369
Black with #CBF369
Text Example
Text Example
White with #CBF369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF369; }
p { color: rgb(203,243,105); }
H1.HeaderClassName
{
color: #CBF369;
}
.AnyTagClassName
{
color: #CBF369;
}
</style>
background-color css
<style>
a { background-color: #CBF369; }
a { background-color: rgb(203,243,105); }
div.DivClassName
{
background-color: #CBF369;
}
.BgClassName
{
background-color: #CBF369;
}
</style>
border-color css
<style>
span { border-color: #CBF369; }
span { border-color: rgb(203,243,105); }
td.TdClassName
{
border-color: #CBF369;
}
.TagClassName
{
border-color: #CBF369;
}
</style>