Shades of Mindaro #CBF467
Tints of Mindaro #CBF467
RGB
CMYK
RGB Variations
Color information
#CBF467 (or 0xCBF467) is known color: Mindaro. HEX triplet: CB, F4 and 67. RGB value is (203,244,103). Sum of RGB (Red+Green+Blue) = 203+244+103=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 244 (95.70% from 255 or 44.36% from 550); Blue value is 103 (40.62% from 255 or 18.73% from 550); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF467 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF467 is #340B98. Grayscale: #D8D8D8. Windows color (decimal): -3410841 or 6812875. OLE color: 6812875.
HSL color Cylindrical-coordinate representation of color #CBF467: hue angle of 77.45º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBF467 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 103 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.04 |
| HSL | 77.45º | 0.87% | 0.68% | - |
| HSV(B) | 77.45º | 0.58% | 0.96% | - |
| XYZ | 59.43 | 78.38 | 24.83 | - |
| YUV | 215.67 | 64.42 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 103 | 0.17 | 0 | 0.58 | 0.04 | 77.45 | 0.87 | 0.68 |
| Hex | CB | F4 | 67 | 11 | 0 | 3A | 4 | 4D | 57 | 44 |
| Octal | 313 | 364 | 147 | 21 | 0 | 72 | 4 | 115 | 127 | 104 |
| Binary | 11001011 | 11110100 | 1100111 | 10001 | 0 | 111010 | 100 | 1001101 | 1010111 | 1000100 |
Color Harmonies of #CBF467
Complementary color
Monochromatic Colors of #CBF467
Black with #CBF467
Text Example
Text Example
White with #CBF467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF467; }
p { color: rgb(203,244,103); }
H1.HeaderClassName
{
color: #CBF467;
}
.AnyTagClassName
{
color: #CBF467;
}
</style>
background-color css
<style>
a { background-color: #CBF467; }
a { background-color: rgb(203,244,103); }
div.DivClassName
{
background-color: #CBF467;
}
.BgClassName
{
background-color: #CBF467;
}
</style>
border-color css
<style>
span { border-color: #CBF467; }
span { border-color: rgb(203,244,103); }
td.TdClassName
{
border-color: #CBF467;
}
.TagClassName
{
border-color: #CBF467;
}
</style>