Shades of Mindaro #CBDF63
Tints of Mindaro #CBDF63
RGB
CMYK
RGB Variations
Color information
#CBDF63 (or 0xCBDF63) is known color: Mindaro. HEX triplet: CB, DF and 63. RGB value is (203,223,99). Sum of RGB (Red+Green+Blue) = 203+223+99=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 99 (39.06% from 255 or 18.86% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDF63 is #34209C. Grayscale: #CBCBCB. Windows color (decimal): -3416221 or 6545355. OLE color: 6545355.
HSL color Cylindrical-coordinate representation of color #CBDF63: hue angle of 69.68º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBDF63 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 99 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.13 |
| HSL | 69.68º | 0.66% | 0.63% | - |
| HSV(B) | 69.68º | 0.56% | 0.87% | - |
| XYZ | 53.27 | 66.37 | 21.81 | - |
| YUV | 202.88 | 69.37 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 99 | 0.09 | 0 | 0.56 | 0.13 | 69.68 | 0.66 | 0.63 |
| Hex | CB | DF | 63 | 9 | 0 | 38 | D | 46 | 42 | 3F |
| Octal | 313 | 337 | 143 | 11 | 0 | 70 | 15 | 106 | 102 | 77 |
| Binary | 11001011 | 11011111 | 1100011 | 1001 | 0 | 111000 | 1101 | 1000110 | 1000010 | 111111 |
Color Harmonies of #CBDF63
Complementary color
Monochromatic Colors of #CBDF63
Black with #CBDF63
Text Example
Text Example
White with #CBDF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF63; }
p { color: rgb(203,223,99); }
H1.HeaderClassName
{
color: #CBDF63;
}
.AnyTagClassName
{
color: #CBDF63;
}
</style>
background-color css
<style>
a { background-color: #CBDF63; }
a { background-color: rgb(203,223,99); }
div.DivClassName
{
background-color: #CBDF63;
}
.BgClassName
{
background-color: #CBDF63;
}
</style>
border-color css
<style>
span { border-color: #CBDF63; }
span { border-color: rgb(203,223,99); }
td.TdClassName
{
border-color: #CBDF63;
}
.TagClassName
{
border-color: #CBDF63;
}
</style>