Shades of Mindaro #CBF256
Tints of Mindaro #CBF256
RGB
CMYK
RGB Variations
Color information
#CBF256 (or 0xCBF256) is known color: Mindaro. HEX triplet: CB, F2 and 56. RGB value is (203,242,86). Sum of RGB (Red+Green+Blue) = 203+242+86=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 86 (33.98% from 255 or 16.20% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF256 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF256 is #340DA9. Grayscale: #D5D5D5. Windows color (decimal): -3411370 or 5698251. OLE color: 5698251.
HSL color Cylindrical-coordinate representation of color #CBF256: hue angle of 75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBF256 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 86 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.05 |
| HSL | 75º | 0.86% | 0.64% | - |
| HSV(B) | 75º | 0.64% | 0.95% | - |
| XYZ | 58.06 | 76.87 | 20.58 | - |
| YUV | 212.56 | 56.58 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 86 | 0.16 | 0 | 0.64 | 0.05 | 75 | 0.86 | 0.64 |
| Hex | CB | F2 | 56 | 10 | 0 | 40 | 5 | 4B | 56 | 40 |
| Octal | 313 | 362 | 126 | 20 | 0 | 100 | 5 | 113 | 126 | 100 |
| Binary | 11001011 | 11110010 | 1010110 | 10000 | 0 | 1000000 | 101 | 1001011 | 1010110 | 1000000 |
Color Harmonies of #CBF256
Complementary color
Monochromatic Colors of #CBF256
Black with #CBF256
Text Example
Text Example
White with #CBF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF256; }
p { color: rgb(203,242,86); }
H1.HeaderClassName
{
color: #CBF256;
}
.AnyTagClassName
{
color: #CBF256;
}
</style>
background-color css
<style>
a { background-color: #CBF256; }
a { background-color: rgb(203,242,86); }
div.DivClassName
{
background-color: #CBF256;
}
.BgClassName
{
background-color: #CBF256;
}
</style>
border-color css
<style>
span { border-color: #CBF256; }
span { border-color: rgb(203,242,86); }
td.TdClassName
{
border-color: #CBF256;
}
.TagClassName
{
border-color: #CBF256;
}
</style>