Shades of Mindaro #CBF65E
Tints of Mindaro #CBF65E
RGB
CMYK
RGB Variations
Color information
#CBF65E (or 0xCBF65E) is known color: Mindaro. HEX triplet: CB, F6 and 5E. RGB value is (203,246,94). Sum of RGB (Red+Green+Blue) = 203+246+94=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 94 (37.11% from 255 or 17.31% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF65E is #3409A1. Grayscale: #D8D8D8. Windows color (decimal): -3410338 or 6223563. OLE color: 6223563.
HSL color Cylindrical-coordinate representation of color #CBF65E: hue angle of 76.97º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBF65E is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 94 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.04 |
| HSL | 76.97º | 0.89% | 0.67% | - |
| HSV(B) | 76.97º | 0.62% | 0.96% | - |
| XYZ | 59.6 | 79.42 | 22.78 | - |
| YUV | 215.82 | 59.25 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 94 | 0.17 | 0 | 0.62 | 0.04 | 76.97 | 0.89 | 0.67 |
| Hex | CB | F6 | 5E | 11 | 0 | 3E | 4 | 4D | 59 | 43 |
| Octal | 313 | 366 | 136 | 21 | 0 | 76 | 4 | 115 | 131 | 103 |
| Binary | 11001011 | 11110110 | 1011110 | 10001 | 0 | 111110 | 100 | 1001101 | 1011001 | 1000011 |
Color Harmonies of #CBF65E
Complementary color
Monochromatic Colors of #CBF65E
Black with #CBF65E
Text Example
Text Example
White with #CBF65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF65E; }
p { color: rgb(203,246,94); }
H1.HeaderClassName
{
color: #CBF65E;
}
.AnyTagClassName
{
color: #CBF65E;
}
</style>
background-color css
<style>
a { background-color: #CBF65E; }
a { background-color: rgb(203,246,94); }
div.DivClassName
{
background-color: #CBF65E;
}
.BgClassName
{
background-color: #CBF65E;
}
</style>
border-color css
<style>
span { border-color: #CBF65E; }
span { border-color: rgb(203,246,94); }
td.TdClassName
{
border-color: #CBF65E;
}
.TagClassName
{
border-color: #CBF65E;
}
</style>