Shades of Mindaro #CBF966
Tints of Mindaro #CBF966
RGB
CMYK
RGB Variations
Color information
#CBF966 (or 0xCBF966) is known color: Mindaro. HEX triplet: CB, F9 and 66. RGB value is (203,249,102). Sum of RGB (Red+Green+Blue) = 203+249+102=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 102 (40.23% from 255 or 18.41% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF966 is #340699. Grayscale: #DBDBDB. Windows color (decimal): -3409562 or 6748619. OLE color: 6748619.
HSL color Cylindrical-coordinate representation of color #CBF966: hue angle of 78.78º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBF966 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 102 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.02 |
| HSL | 78.78º | 0.92% | 0.69% | - |
| HSV(B) | 78.78º | 0.59% | 0.98% | - |
| XYZ | 60.9 | 81.41 | 25.07 | - |
| YUV | 218.49 | 62.26 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 102 | 0.18 | 0 | 0.59 | 0.02 | 78.78 | 0.92 | 0.69 |
| Hex | CB | F9 | 66 | 12 | 0 | 3B | 2 | 4F | 5C | 45 |
| Octal | 313 | 371 | 146 | 22 | 0 | 73 | 2 | 117 | 134 | 105 |
| Binary | 11001011 | 11111001 | 1100110 | 10010 | 0 | 111011 | 10 | 1001111 | 1011100 | 1000101 |
Color Harmonies of #CBF966
Complementary color
Monochromatic Colors of #CBF966
Black with #CBF966
Text Example
Text Example
White with #CBF966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF966; }
p { color: rgb(203,249,102); }
H1.HeaderClassName
{
color: #CBF966;
}
.AnyTagClassName
{
color: #CBF966;
}
</style>
background-color css
<style>
a { background-color: #CBF966; }
a { background-color: rgb(203,249,102); }
div.DivClassName
{
background-color: #CBF966;
}
.BgClassName
{
background-color: #CBF966;
}
</style>
border-color css
<style>
span { border-color: #CBF966; }
span { border-color: rgb(203,249,102); }
td.TdClassName
{
border-color: #CBF966;
}
.TagClassName
{
border-color: #CBF966;
}
</style>