Shades of Mindaro #CBF760
Tints of Mindaro #CBF760
RGB
CMYK
RGB Variations
Color information
#CBF760 (or 0xCBF760) is known color: Mindaro. HEX triplet: CB, F7 and 60. RGB value is (203,247,96). Sum of RGB (Red+Green+Blue) = 203+247+96=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 96 (37.89% from 255 or 17.58% from 546); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF760 is #34089F. Grayscale: #D9D9D9. Windows color (decimal): -3410080 or 6354891. OLE color: 6354891.
HSL color Cylindrical-coordinate representation of color #CBF760: hue angle of 77.48º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBF760 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 96 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.03 |
| HSL | 77.48º | 0.9% | 0.67% | - |
| HSV(B) | 77.48º | 0.61% | 0.97% | - |
| XYZ | 60 | 80.06 | 23.36 | - |
| YUV | 216.63 | 59.92 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 96 | 0.18 | 0 | 0.61 | 0.03 | 77.48 | 0.9 | 0.67 |
| Hex | CB | F7 | 60 | 12 | 0 | 3D | 3 | 4D | 5A | 43 |
| Octal | 313 | 367 | 140 | 22 | 0 | 75 | 3 | 115 | 132 | 103 |
| Binary | 11001011 | 11110111 | 1100000 | 10010 | 0 | 111101 | 11 | 1001101 | 1011010 | 1000011 |
Color Harmonies of #CBF760
Complementary color
Monochromatic Colors of #CBF760
Black with #CBF760
Text Example
Text Example
White with #CBF760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF760; }
p { color: rgb(203,247,96); }
H1.HeaderClassName
{
color: #CBF760;
}
.AnyTagClassName
{
color: #CBF760;
}
</style>
background-color css
<style>
a { background-color: #CBF760; }
a { background-color: rgb(203,247,96); }
div.DivClassName
{
background-color: #CBF760;
}
.BgClassName
{
background-color: #CBF760;
}
</style>
border-color css
<style>
span { border-color: #CBF760; }
span { border-color: rgb(203,247,96); }
td.TdClassName
{
border-color: #CBF760;
}
.TagClassName
{
border-color: #CBF760;
}
</style>