Shades of Mindaro #CBE667
Tints of Mindaro #CBE667
RGB
CMYK
RGB Variations
Color information
#CBE667 (or 0xCBE667) is known color: Mindaro. HEX triplet: CB, E6 and 67. RGB value is (203,230,103). Sum of RGB (Red+Green+Blue) = 203+230+103=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 230 (90.23% from 255 or 42.91% from 536); Blue value is 103 (40.62% from 255 or 19.22% from 536); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE667 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE667 is #341998. Grayscale: #CFCFCF. Windows color (decimal): -3414425 or 6809291. OLE color: 6809291.
HSL color Cylindrical-coordinate representation of color #CBE667: hue angle of 72.76º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBE667 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 103 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.10 |
| HSL | 72.76º | 0.72% | 0.65% | - |
| HSV(B) | 72.76º | 0.55% | 0.9% | - |
| XYZ | 55.37 | 70.27 | 23.48 | - |
| YUV | 207.45 | 69.05 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 103 | 0.12 | 0 | 0.55 | 0.10 | 72.76 | 0.72 | 0.65 |
| Hex | CB | E6 | 67 | C | 0 | 37 | A | 49 | 48 | 41 |
| Octal | 313 | 346 | 147 | 14 | 0 | 67 | 12 | 111 | 110 | 101 |
| Binary | 11001011 | 11100110 | 1100111 | 1100 | 0 | 110111 | 1010 | 1001001 | 1001000 | 1000001 |
Color Harmonies of #CBE667
Complementary color
Monochromatic Colors of #CBE667
Black with #CBE667
Text Example
Text Example
White with #CBE667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE667; }
p { color: rgb(203,230,103); }
H1.HeaderClassName
{
color: #CBE667;
}
.AnyTagClassName
{
color: #CBE667;
}
</style>
background-color css
<style>
a { background-color: #CBE667; }
a { background-color: rgb(203,230,103); }
div.DivClassName
{
background-color: #CBE667;
}
.BgClassName
{
background-color: #CBE667;
}
</style>
border-color css
<style>
span { border-color: #CBE667; }
span { border-color: rgb(203,230,103); }
td.TdClassName
{
border-color: #CBE667;
}
.TagClassName
{
border-color: #CBE667;
}
</style>