Shades of Mindaro #CBDF67
Tints of Mindaro #CBDF67
RGB
CMYK
RGB Variations
Color information
#CBDF67 (or 0xCBDF67) is known color: Mindaro. HEX triplet: CB, DF and 67. RGB value is (203,223,103). Sum of RGB (Red+Green+Blue) = 203+223+103=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 103 (40.62% from 255 or 19.47% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDF67 is #342098. Grayscale: #CBCBCB. Windows color (decimal): -3416217 or 6807499. OLE color: 6807499.
HSL color Cylindrical-coordinate representation of color #CBDF67: hue angle of 70º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBDF67 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 103 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.13 |
| HSL | 70º | 0.65% | 0.64% | - |
| HSV(B) | 70º | 0.54% | 0.87% | - |
| XYZ | 53.46 | 66.45 | 22.84 | - |
| YUV | 203.34 | 71.37 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 103 | 0.09 | 0 | 0.54 | 0.13 | 70 | 0.65 | 0.64 |
| Hex | CB | DF | 67 | 9 | 0 | 36 | D | 46 | 41 | 40 |
| Octal | 313 | 337 | 147 | 11 | 0 | 66 | 15 | 106 | 101 | 100 |
| Binary | 11001011 | 11011111 | 1100111 | 1001 | 0 | 110110 | 1101 | 1000110 | 1000001 | 1000000 |
Color Harmonies of #CBDF67
Complementary color
Monochromatic Colors of #CBDF67
Black with #CBDF67
Text Example
Text Example
White with #CBDF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF67; }
p { color: rgb(203,223,103); }
H1.HeaderClassName
{
color: #CBDF67;
}
.AnyTagClassName
{
color: #CBDF67;
}
</style>
background-color css
<style>
a { background-color: #CBDF67; }
a { background-color: rgb(203,223,103); }
div.DivClassName
{
background-color: #CBDF67;
}
.BgClassName
{
background-color: #CBDF67;
}
</style>
border-color css
<style>
span { border-color: #CBDF67; }
span { border-color: rgb(203,223,103); }
td.TdClassName
{
border-color: #CBDF67;
}
.TagClassName
{
border-color: #CBDF67;
}
</style>