Shades of Mindaro #CBF167
Tints of Mindaro #CBF167
RGB
CMYK
RGB Variations
Color information
#CBF167 (or 0xCBF167) is known color: Mindaro. HEX triplet: CB, F1 and 67. RGB value is (203,241,103). Sum of RGB (Red+Green+Blue) = 203+241+103=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF167 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF167 is #340E98. Grayscale: #D6D6D6. Windows color (decimal): -3411609 or 6812107. OLE color: 6812107.
HSL color Cylindrical-coordinate representation of color #CBF167: hue angle of 76.52º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBF167 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 103 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.05 |
| HSL | 76.52º | 0.83% | 0.67% | - |
| HSV(B) | 76.52º | 0.57% | 0.95% | - |
| XYZ | 58.53 | 76.59 | 24.53 | - |
| YUV | 213.91 | 65.41 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 103 | 0.16 | 0 | 0.57 | 0.05 | 76.52 | 0.83 | 0.67 |
| Hex | CB | F1 | 67 | 10 | 0 | 39 | 5 | 4D | 53 | 43 |
| Octal | 313 | 361 | 147 | 20 | 0 | 71 | 5 | 115 | 123 | 103 |
| Binary | 11001011 | 11110001 | 1100111 | 10000 | 0 | 111001 | 101 | 1001101 | 1010011 | 1000011 |
Color Harmonies of #CBF167
Complementary color
Monochromatic Colors of #CBF167
Black with #CBF167
Text Example
Text Example
White with #CBF167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF167; }
p { color: rgb(203,241,103); }
H1.HeaderClassName
{
color: #CBF167;
}
.AnyTagClassName
{
color: #CBF167;
}
</style>
background-color css
<style>
a { background-color: #CBF167; }
a { background-color: rgb(203,241,103); }
div.DivClassName
{
background-color: #CBF167;
}
.BgClassName
{
background-color: #CBF167;
}
</style>
border-color css
<style>
span { border-color: #CBF167; }
span { border-color: rgb(203,241,103); }
td.TdClassName
{
border-color: #CBF167;
}
.TagClassName
{
border-color: #CBF167;
}
</style>