Shades of Mindaro #CBF268
Tints of Mindaro #CBF268
RGB
CMYK
RGB Variations
Color information
#CBF268 (or 0xCBF268) is known color: Mindaro. HEX triplet: CB, F2 and 68. RGB value is (203,242,104). Sum of RGB (Red+Green+Blue) = 203+242+104=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 104 (41.02% from 255 or 18.94% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF268 is #340D97. Grayscale: #D7D7D7. Windows color (decimal): -3411352 or 6877899. OLE color: 6877899.
HSL color Cylindrical-coordinate representation of color #CBF268: hue angle of 76.96º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBF268 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 104 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.05 |
| HSL | 76.96º | 0.84% | 0.68% | - |
| HSV(B) | 76.96º | 0.57% | 0.95% | - |
| XYZ | 58.88 | 77.2 | 24.89 | - |
| YUV | 214.61 | 65.58 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 104 | 0.16 | 0 | 0.57 | 0.05 | 76.96 | 0.84 | 0.68 |
| Hex | CB | F2 | 68 | 10 | 0 | 39 | 5 | 4D | 54 | 44 |
| Octal | 313 | 362 | 150 | 20 | 0 | 71 | 5 | 115 | 124 | 104 |
| Binary | 11001011 | 11110010 | 1101000 | 10000 | 0 | 111001 | 101 | 1001101 | 1010100 | 1000100 |
Color Harmonies of #CBF268
Complementary color
Monochromatic Colors of #CBF268
Black with #CBF268
Text Example
Text Example
White with #CBF268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF268; }
p { color: rgb(203,242,104); }
H1.HeaderClassName
{
color: #CBF268;
}
.AnyTagClassName
{
color: #CBF268;
}
</style>
background-color css
<style>
a { background-color: #CBF268; }
a { background-color: rgb(203,242,104); }
div.DivClassName
{
background-color: #CBF268;
}
.BgClassName
{
background-color: #CBF268;
}
</style>
border-color css
<style>
span { border-color: #CBF268; }
span { border-color: rgb(203,242,104); }
td.TdClassName
{
border-color: #CBF268;
}
.TagClassName
{
border-color: #CBF268;
}
</style>