Shades of Mindaro #CBE466
Tints of Mindaro #CBE466
RGB
CMYK
RGB Variations
Color information
#CBE466 (or 0xCBE466) is known color: Mindaro. HEX triplet: CB, E4 and 66. RGB value is (203,228,102). Sum of RGB (Red+Green+Blue) = 203+228+102=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE466 is #341B99. Grayscale: #CECECE. Windows color (decimal): -3414938 or 6743243. OLE color: 6743243.
HSL color Cylindrical-coordinate representation of color #CBE466: hue angle of 71.9º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBE466 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 102 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.11 |
| HSL | 71.9º | 0.7% | 0.65% | - |
| HSV(B) | 71.9º | 0.55% | 0.89% | - |
| XYZ | 54.77 | 69.14 | 23.03 | - |
| YUV | 206.16 | 69.22 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 102 | 0.11 | 0 | 0.55 | 0.11 | 71.9 | 0.7 | 0.65 |
| Hex | CB | E4 | 66 | B | 0 | 37 | B | 48 | 46 | 41 |
| Octal | 313 | 344 | 146 | 13 | 0 | 67 | 13 | 110 | 106 | 101 |
| Binary | 11001011 | 11100100 | 1100110 | 1011 | 0 | 110111 | 1011 | 1001000 | 1000110 | 1000001 |
Color Harmonies of #CBE466
Complementary color
Monochromatic Colors of #CBE466
Black with #CBE466
Text Example
Text Example
White with #CBE466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE466; }
p { color: rgb(203,228,102); }
H1.HeaderClassName
{
color: #CBE466;
}
.AnyTagClassName
{
color: #CBE466;
}
</style>
background-color css
<style>
a { background-color: #CBE466; }
a { background-color: rgb(203,228,102); }
div.DivClassName
{
background-color: #CBE466;
}
.BgClassName
{
background-color: #CBE466;
}
</style>
border-color css
<style>
span { border-color: #CBE466; }
span { border-color: rgb(203,228,102); }
td.TdClassName
{
border-color: #CBE466;
}
.TagClassName
{
border-color: #CBE466;
}
</style>