Shades of Mindaro #CBF16B
Tints of Mindaro #CBF16B
RGB
CMYK
RGB Variations
Color information
#CBF16B (or 0xCBF16B) is known color: Mindaro. HEX triplet: CB, F1 and 6B. RGB value is (203,241,107). Sum of RGB (Red+Green+Blue) = 203+241+107=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 107 (42.19% from 255 or 19.42% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF16B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF16B is #340E94. Grayscale: #D6D6D6. Windows color (decimal): -3411605 or 7074251. OLE color: 7074251.
HSL color Cylindrical-coordinate representation of color #CBF16B: hue angle of 77.01º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBF16B is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 107 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.05 |
| HSL | 77.01º | 0.83% | 0.68% | - |
| HSV(B) | 77.01º | 0.56% | 0.95% | - |
| XYZ | 58.74 | 76.67 | 25.61 | - |
| YUV | 214.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 107 | 0.16 | 0 | 0.56 | 0.05 | 77.01 | 0.83 | 0.68 |
| Hex | CB | F1 | 6B | 10 | 0 | 38 | 5 | 4D | 53 | 44 |
| Octal | 313 | 361 | 153 | 20 | 0 | 70 | 5 | 115 | 123 | 104 |
| Binary | 11001011 | 11110001 | 1101011 | 10000 | 0 | 111000 | 101 | 1001101 | 1010011 | 1000100 |
Color Harmonies of #CBF16B
Complementary color
Monochromatic Colors of #CBF16B
Black with #CBF16B
Text Example
Text Example
White with #CBF16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF16B; }
p { color: rgb(203,241,107); }
H1.HeaderClassName
{
color: #CBF16B;
}
.AnyTagClassName
{
color: #CBF16B;
}
</style>
background-color css
<style>
a { background-color: #CBF16B; }
a { background-color: rgb(203,241,107); }
div.DivClassName
{
background-color: #CBF16B;
}
.BgClassName
{
background-color: #CBF16B;
}
</style>
border-color css
<style>
span { border-color: #CBF16B; }
span { border-color: rgb(203,241,107); }
td.TdClassName
{
border-color: #CBF16B;
}
.TagClassName
{
border-color: #CBF16B;
}
</style>