Shades of Mindaro #CBDF60
Tints of Mindaro #CBDF60
RGB
CMYK
RGB Variations
Color information
#CBDF60 (or 0xCBDF60) is known color: Mindaro. HEX triplet: CB, DF and 60. RGB value is (203,223,96). Sum of RGB (Red+Green+Blue) = 203+223+96=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDF60 is #34209F. Grayscale: #CBCBCB. Windows color (decimal): -3416224 or 6348747. OLE color: 6348747.
HSL color Cylindrical-coordinate representation of color #CBDF60: hue angle of 69.45º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBDF60 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 96 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.13 |
| HSL | 69.45º | 0.66% | 0.63% | - |
| HSV(B) | 69.45º | 0.57% | 0.87% | - |
| XYZ | 53.13 | 66.32 | 21.07 | - |
| YUV | 202.54 | 67.87 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 96 | 0.09 | 0 | 0.57 | 0.13 | 69.45 | 0.66 | 0.63 |
| Hex | CB | DF | 60 | 9 | 0 | 39 | D | 45 | 42 | 3F |
| Octal | 313 | 337 | 140 | 11 | 0 | 71 | 15 | 105 | 102 | 77 |
| Binary | 11001011 | 11011111 | 1100000 | 1001 | 0 | 111001 | 1101 | 1000101 | 1000010 | 111111 |
Color Harmonies of #CBDF60
Complementary color
Monochromatic Colors of #CBDF60
Black with #CBDF60
Text Example
Text Example
White with #CBDF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF60; }
p { color: rgb(203,223,96); }
H1.HeaderClassName
{
color: #CBDF60;
}
.AnyTagClassName
{
color: #CBDF60;
}
</style>
background-color css
<style>
a { background-color: #CBDF60; }
a { background-color: rgb(203,223,96); }
div.DivClassName
{
background-color: #CBDF60;
}
.BgClassName
{
background-color: #CBDF60;
}
</style>
border-color css
<style>
span { border-color: #CBDF60; }
span { border-color: rgb(203,223,96); }
td.TdClassName
{
border-color: #CBDF60;
}
.TagClassName
{
border-color: #CBDF60;
}
</style>