Shades of Mindaro #CBE761
Tints of Mindaro #CBE761
RGB
CMYK
RGB Variations
Color information
#CBE761 (or 0xCBE761) is known color: Mindaro. HEX triplet: CB, E7 and 61. RGB value is (203,231,97). Sum of RGB (Red+Green+Blue) = 203+231+97=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE761 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE761 is #34189E. Grayscale: #CFCFCF. Windows color (decimal): -3414175 or 6416331. OLE color: 6416331.
HSL color Cylindrical-coordinate representation of color #CBE761: hue angle of 72.54º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBE761 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 97 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.09 |
| HSL | 72.54º | 0.74% | 0.64% | - |
| HSV(B) | 72.54º | 0.58% | 0.91% | - |
| XYZ | 55.36 | 70.71 | 22.04 | - |
| YUV | 207.35 | 65.72 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 97 | 0.12 | 0 | 0.58 | 0.09 | 72.54 | 0.74 | 0.64 |
| Hex | CB | E7 | 61 | C | 0 | 3A | 9 | 49 | 4A | 40 |
| Octal | 313 | 347 | 141 | 14 | 0 | 72 | 11 | 111 | 112 | 100 |
| Binary | 11001011 | 11100111 | 1100001 | 1100 | 0 | 111010 | 1001 | 1001001 | 1001010 | 1000000 |
Color Harmonies of #CBE761
Complementary color
Monochromatic Colors of #CBE761
Black with #CBE761
Text Example
Text Example
White with #CBE761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE761; }
p { color: rgb(203,231,97); }
H1.HeaderClassName
{
color: #CBE761;
}
.AnyTagClassName
{
color: #CBE761;
}
</style>
background-color css
<style>
a { background-color: #CBE761; }
a { background-color: rgb(203,231,97); }
div.DivClassName
{
background-color: #CBE761;
}
.BgClassName
{
background-color: #CBE761;
}
</style>
border-color css
<style>
span { border-color: #CBE761; }
span { border-color: rgb(203,231,97); }
td.TdClassName
{
border-color: #CBE761;
}
.TagClassName
{
border-color: #CBE761;
}
</style>