Shades of Mindaro #CBDF72
Tints of Mindaro #CBDF72
RGB
CMYK
RGB Variations
Color information
#CBDF72 (or 0xCBDF72) is known color: Mindaro. HEX triplet: CB, DF and 72. RGB value is (203,223,114). Sum of RGB (Red+Green+Blue) = 203+223+114=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDF72 is #34208D. Grayscale: #CDCDCD. Windows color (decimal): -3416206 or 7528395. OLE color: 7528395.
HSL color Cylindrical-coordinate representation of color #CBDF72: hue angle of 71.01º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBDF72 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 114 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.13 |
| HSL | 71.01º | 0.63% | 0.66% | - |
| HSV(B) | 71.01º | 0.49% | 0.87% | - |
| XYZ | 54.05 | 66.69 | 25.94 | - |
| YUV | 204.59 | 76.87 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 114 | 0.09 | 0 | 0.49 | 0.13 | 71.01 | 0.63 | 0.66 |
| Hex | CB | DF | 72 | 9 | 0 | 31 | D | 47 | 3F | 42 |
| Octal | 313 | 337 | 162 | 11 | 0 | 61 | 15 | 107 | 77 | 102 |
| Binary | 11001011 | 11011111 | 1110010 | 1001 | 0 | 110001 | 1101 | 1000111 | 111111 | 1000010 |
Color Harmonies of #CBDF72
Complementary color
Monochromatic Colors of #CBDF72
Black with #CBDF72
Text Example
Text Example
White with #CBDF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF72; }
p { color: rgb(203,223,114); }
H1.HeaderClassName
{
color: #CBDF72;
}
.AnyTagClassName
{
color: #CBDF72;
}
</style>
background-color css
<style>
a { background-color: #CBDF72; }
a { background-color: rgb(203,223,114); }
div.DivClassName
{
background-color: #CBDF72;
}
.BgClassName
{
background-color: #CBDF72;
}
</style>
border-color css
<style>
span { border-color: #CBDF72; }
span { border-color: rgb(203,223,114); }
td.TdClassName
{
border-color: #CBDF72;
}
.TagClassName
{
border-color: #CBDF72;
}
</style>