Shades of Mindaro #CBF65F
Tints of Mindaro #CBF65F
RGB
CMYK
RGB Variations
Color information
#CBF65F (or 0xCBF65F) is known color: Mindaro. HEX triplet: CB, F6 and 5F. RGB value is (203,246,95). Sum of RGB (Red+Green+Blue) = 203+246+95=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 95 (37.5% from 255 or 17.46% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF65F is #3409A0. Grayscale: #D8D8D8. Windows color (decimal): -3410337 or 6289099. OLE color: 6289099.
HSL color Cylindrical-coordinate representation of color #CBF65F: hue angle of 77.09º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBF65F is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 95 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.04 |
| HSL | 77.09º | 0.89% | 0.67% | - |
| HSV(B) | 77.09º | 0.61% | 0.96% | - |
| XYZ | 59.65 | 79.43 | 23.01 | - |
| YUV | 215.93 | 59.75 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 95 | 0.17 | 0 | 0.61 | 0.04 | 77.09 | 0.89 | 0.67 |
| Hex | CB | F6 | 5F | 11 | 0 | 3D | 4 | 4D | 59 | 43 |
| Octal | 313 | 366 | 137 | 21 | 0 | 75 | 4 | 115 | 131 | 103 |
| Binary | 11001011 | 11110110 | 1011111 | 10001 | 0 | 111101 | 100 | 1001101 | 1011001 | 1000011 |
Color Harmonies of #CBF65F
Complementary color
Monochromatic Colors of #CBF65F
Black with #CBF65F
Text Example
Text Example
White with #CBF65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF65F; }
p { color: rgb(203,246,95); }
H1.HeaderClassName
{
color: #CBF65F;
}
.AnyTagClassName
{
color: #CBF65F;
}
</style>
background-color css
<style>
a { background-color: #CBF65F; }
a { background-color: rgb(203,246,95); }
div.DivClassName
{
background-color: #CBF65F;
}
.BgClassName
{
background-color: #CBF65F;
}
</style>
border-color css
<style>
span { border-color: #CBF65F; }
span { border-color: rgb(203,246,95); }
td.TdClassName
{
border-color: #CBF65F;
}
.TagClassName
{
border-color: #CBF65F;
}
</style>