Shades of Mindaro #CBF366
Tints of Mindaro #CBF366
RGB
CMYK
RGB Variations
Color information
#CBF366 (or 0xCBF366) is known color: Mindaro. HEX triplet: CB, F3 and 66. RGB value is (203,243,102). Sum of RGB (Red+Green+Blue) = 203+243+102=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF366 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF366 is #340C99. Grayscale: #D7D7D7. Windows color (decimal): -3411098 or 6747083. OLE color: 6747083.
HSL color Cylindrical-coordinate representation of color #CBF366: hue angle of 77.02º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBF366 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 102 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.05 |
| HSL | 77.02º | 0.85% | 0.68% | - |
| HSV(B) | 77.02º | 0.58% | 0.95% | - |
| XYZ | 59.08 | 77.76 | 24.47 | - |
| YUV | 214.97 | 64.25 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 102 | 0.16 | 0 | 0.58 | 0.05 | 77.02 | 0.85 | 0.68 |
| Hex | CB | F3 | 66 | 10 | 0 | 3A | 5 | 4D | 55 | 44 |
| Octal | 313 | 363 | 146 | 20 | 0 | 72 | 5 | 115 | 125 | 104 |
| Binary | 11001011 | 11110011 | 1100110 | 10000 | 0 | 111010 | 101 | 1001101 | 1010101 | 1000100 |
Color Harmonies of #CBF366
Complementary color
Monochromatic Colors of #CBF366
Black with #CBF366
Text Example
Text Example
White with #CBF366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF366; }
p { color: rgb(203,243,102); }
H1.HeaderClassName
{
color: #CBF366;
}
.AnyTagClassName
{
color: #CBF366;
}
</style>
background-color css
<style>
a { background-color: #CBF366; }
a { background-color: rgb(203,243,102); }
div.DivClassName
{
background-color: #CBF366;
}
.BgClassName
{
background-color: #CBF366;
}
</style>
border-color css
<style>
span { border-color: #CBF366; }
span { border-color: rgb(203,243,102); }
td.TdClassName
{
border-color: #CBF366;
}
.TagClassName
{
border-color: #CBF366;
}
</style>