Shades of Mindaro #CBF557
Tints of Mindaro #CBF557
RGB
CMYK
RGB Variations
Color information
#CBF557 (or 0xCBF557) is known color: Mindaro. HEX triplet: CB, F5 and 57. RGB value is (203,245,87). Sum of RGB (Red+Green+Blue) = 203+245+87=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 87 (34.38% from 255 or 16.26% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF557 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF557 is #340AA8. Grayscale: #D7D7D7. Windows color (decimal): -3410601 or 5764555. OLE color: 5764555.
HSL color Cylindrical-coordinate representation of color #CBF557: hue angle of 75.95º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBF557 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 87 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.04 |
| HSL | 75.95º | 0.89% | 0.65% | - |
| HSV(B) | 75.95º | 0.64% | 0.96% | - |
| XYZ | 59 | 78.69 | 21.1 | - |
| YUV | 214.43 | 56.09 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 87 | 0.17 | 0 | 0.64 | 0.04 | 75.95 | 0.89 | 0.65 |
| Hex | CB | F5 | 57 | 11 | 0 | 40 | 4 | 4C | 59 | 41 |
| Octal | 313 | 365 | 127 | 21 | 0 | 100 | 4 | 114 | 131 | 101 |
| Binary | 11001011 | 11110101 | 1010111 | 10001 | 0 | 1000000 | 100 | 1001100 | 1011001 | 1000001 |
Color Harmonies of #CBF557
Complementary color
Monochromatic Colors of #CBF557
Black with #CBF557
Text Example
Text Example
White with #CBF557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF557; }
p { color: rgb(203,245,87); }
H1.HeaderClassName
{
color: #CBF557;
}
.AnyTagClassName
{
color: #CBF557;
}
</style>
background-color css
<style>
a { background-color: #CBF557; }
a { background-color: rgb(203,245,87); }
div.DivClassName
{
background-color: #CBF557;
}
.BgClassName
{
background-color: #CBF557;
}
</style>
border-color css
<style>
span { border-color: #CBF557; }
span { border-color: rgb(203,245,87); }
td.TdClassName
{
border-color: #CBF557;
}
.TagClassName
{
border-color: #CBF557;
}
</style>