Shades of Mindaro #CBF060
Tints of Mindaro #CBF060
RGB
CMYK
RGB Variations
Color information
#CBF060 (or 0xCBF060) is known color: Mindaro. HEX triplet: CB, F0 and 60. RGB value is (203,240,96). Sum of RGB (Red+Green+Blue) = 203+240+96=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF060 is #340F9F. Grayscale: #D5D5D5. Windows color (decimal): -3411872 or 6353099. OLE color: 6353099.
HSL color Cylindrical-coordinate representation of color #CBF060: hue angle of 75.42º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBF060 is Cyan = 0.15, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 96 | - |
| CMYK | 0.15 | 0 | 0.6 | 0.06 |
| HSL | 75.42º | 0.83% | 0.66% | - |
| HSV(B) | 75.42º | 0.6% | 0.94% | - |
| XYZ | 57.9 | 75.86 | 22.66 | - |
| YUV | 212.52 | 62.24 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 96 | 0.15 | 0 | 0.6 | 0.06 | 75.42 | 0.83 | 0.66 |
| Hex | CB | F0 | 60 | F | 0 | 3C | 6 | 4B | 53 | 42 |
| Octal | 313 | 360 | 140 | 17 | 0 | 74 | 6 | 113 | 123 | 102 |
| Binary | 11001011 | 11110000 | 1100000 | 1111 | 0 | 111100 | 110 | 1001011 | 1010011 | 1000010 |
Color Harmonies of #CBF060
Complementary color
Monochromatic Colors of #CBF060
Black with #CBF060
Text Example
Text Example
White with #CBF060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF060; }
p { color: rgb(203,240,96); }
H1.HeaderClassName
{
color: #CBF060;
}
.AnyTagClassName
{
color: #CBF060;
}
</style>
background-color css
<style>
a { background-color: #CBF060; }
a { background-color: rgb(203,240,96); }
div.DivClassName
{
background-color: #CBF060;
}
.BgClassName
{
background-color: #CBF060;
}
</style>
border-color css
<style>
span { border-color: #CBF060; }
span { border-color: rgb(203,240,96); }
td.TdClassName
{
border-color: #CBF060;
}
.TagClassName
{
border-color: #CBF060;
}
</style>