Shades of Mindaro #CBDF68
Tints of Mindaro #CBDF68
RGB
CMYK
RGB Variations
Color information
#CBDF68 (or 0xCBDF68) is known color: Mindaro. HEX triplet: CB, DF and 68. RGB value is (203,223,104). Sum of RGB (Red+Green+Blue) = 203+223+104=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDF68 is #342097. Grayscale: #CBCBCB. Windows color (decimal): -3416216 or 6873035. OLE color: 6873035.
HSL color Cylindrical-coordinate representation of color #CBDF68: hue angle of 70.08º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBDF68 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 104 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.13 |
| HSL | 70.08º | 0.65% | 0.64% | - |
| HSV(B) | 70.08º | 0.53% | 0.87% | - |
| XYZ | 53.51 | 66.47 | 23.11 | - |
| YUV | 203.45 | 71.87 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 104 | 0.09 | 0 | 0.53 | 0.13 | 70.08 | 0.65 | 0.64 |
| Hex | CB | DF | 68 | 9 | 0 | 35 | D | 46 | 41 | 40 |
| Octal | 313 | 337 | 150 | 11 | 0 | 65 | 15 | 106 | 101 | 100 |
| Binary | 11001011 | 11011111 | 1101000 | 1001 | 0 | 110101 | 1101 | 1000110 | 1000001 | 1000000 |
Color Harmonies of #CBDF68
Complementary color
Monochromatic Colors of #CBDF68
Black with #CBDF68
Text Example
Text Example
White with #CBDF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF68; }
p { color: rgb(203,223,104); }
H1.HeaderClassName
{
color: #CBDF68;
}
.AnyTagClassName
{
color: #CBDF68;
}
</style>
background-color css
<style>
a { background-color: #CBDF68; }
a { background-color: rgb(203,223,104); }
div.DivClassName
{
background-color: #CBDF68;
}
.BgClassName
{
background-color: #CBDF68;
}
</style>
border-color css
<style>
span { border-color: #CBDF68; }
span { border-color: rgb(203,223,104); }
td.TdClassName
{
border-color: #CBDF68;
}
.TagClassName
{
border-color: #CBDF68;
}
</style>