Shades of Mindaro #CBF356
Tints of Mindaro #CBF356
RGB
CMYK
RGB Variations
Color information
#CBF356 (or 0xCBF356) is known color: Mindaro. HEX triplet: CB, F3 and 56. RGB value is (203,243,86). Sum of RGB (Red+Green+Blue) = 203+243+86=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 86 (33.98% from 255 or 16.17% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF356 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF356 is #340CA9. Grayscale: #D5D5D5. Windows color (decimal): -3411114 or 5698507. OLE color: 5698507.
HSL color Cylindrical-coordinate representation of color #CBF356: hue angle of 75.29º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBF356 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 86 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.05 |
| HSL | 75.29º | 0.87% | 0.65% | - |
| HSV(B) | 75.29º | 0.65% | 0.95% | - |
| XYZ | 58.36 | 77.47 | 20.68 | - |
| YUV | 213.14 | 56.25 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 86 | 0.16 | 0 | 0.65 | 0.05 | 75.29 | 0.87 | 0.65 |
| Hex | CB | F3 | 56 | 10 | 0 | 41 | 5 | 4B | 57 | 41 |
| Octal | 313 | 363 | 126 | 20 | 0 | 101 | 5 | 113 | 127 | 101 |
| Binary | 11001011 | 11110011 | 1010110 | 10000 | 0 | 1000001 | 101 | 1001011 | 1010111 | 1000001 |
Color Harmonies of #CBF356
Complementary color
Monochromatic Colors of #CBF356
Black with #CBF356
Text Example
Text Example
White with #CBF356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF356; }
p { color: rgb(203,243,86); }
H1.HeaderClassName
{
color: #CBF356;
}
.AnyTagClassName
{
color: #CBF356;
}
</style>
background-color css
<style>
a { background-color: #CBF356; }
a { background-color: rgb(203,243,86); }
div.DivClassName
{
background-color: #CBF356;
}
.BgClassName
{
background-color: #CBF356;
}
</style>
border-color css
<style>
span { border-color: #CBF356; }
span { border-color: rgb(203,243,86); }
td.TdClassName
{
border-color: #CBF356;
}
.TagClassName
{
border-color: #CBF356;
}
</style>