Shades of Mindaro #CBDF6A
Tints of Mindaro #CBDF6A
RGB
CMYK
RGB Variations
Color information
#CBDF6A (or 0xCBDF6A) is known color: Mindaro. HEX triplet: CB, DF and 6A. RGB value is (203,223,106). Sum of RGB (Red+Green+Blue) = 203+223+106=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDF6A is #342095. Grayscale: #CCCCCC. Windows color (decimal): -3416214 or 7004107. OLE color: 7004107.
HSL color Cylindrical-coordinate representation of color #CBDF6A: hue angle of 70.26º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBDF6A is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 106 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.13 |
| HSL | 70.26º | 0.65% | 0.65% | - |
| HSV(B) | 70.26º | 0.52% | 0.87% | - |
| XYZ | 53.62 | 66.51 | 23.65 | - |
| YUV | 203.68 | 72.87 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 106 | 0.09 | 0 | 0.52 | 0.13 | 70.26 | 0.65 | 0.65 |
| Hex | CB | DF | 6A | 9 | 0 | 34 | D | 46 | 41 | 41 |
| Octal | 313 | 337 | 152 | 11 | 0 | 64 | 15 | 106 | 101 | 101 |
| Binary | 11001011 | 11011111 | 1101010 | 1001 | 0 | 110100 | 1101 | 1000110 | 1000001 | 1000001 |
Color Harmonies of #CBDF6A
Complementary color
Monochromatic Colors of #CBDF6A
Black with #CBDF6A
Text Example
Text Example
White with #CBDF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF6A; }
p { color: rgb(203,223,106); }
H1.HeaderClassName
{
color: #CBDF6A;
}
.AnyTagClassName
{
color: #CBDF6A;
}
</style>
background-color css
<style>
a { background-color: #CBDF6A; }
a { background-color: rgb(203,223,106); }
div.DivClassName
{
background-color: #CBDF6A;
}
.BgClassName
{
background-color: #CBDF6A;
}
</style>
border-color css
<style>
span { border-color: #CBDF6A; }
span { border-color: rgb(203,223,106); }
td.TdClassName
{
border-color: #CBDF6A;
}
.TagClassName
{
border-color: #CBDF6A;
}
</style>