Shades of Mindaro #CBE365
Tints of Mindaro #CBE365
RGB
CMYK
RGB Variations
Color information
#CBE365 (or 0xCBE365) is known color: Mindaro. HEX triplet: CB, E3 and 65. RGB value is (203,227,101). Sum of RGB (Red+Green+Blue) = 203+227+101=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE365 is #341C9A. Grayscale: #CDCDCD. Windows color (decimal): -3415195 or 6677451. OLE color: 6677451.
HSL color Cylindrical-coordinate representation of color #CBE365: hue angle of 71.43º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBE365 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 101 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.11 |
| HSL | 71.43º | 0.69% | 0.64% | - |
| HSV(B) | 71.43º | 0.56% | 0.89% | - |
| XYZ | 54.45 | 68.57 | 22.68 | - |
| YUV | 205.46 | 69.05 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 101 | 0.11 | 0 | 0.56 | 0.11 | 71.43 | 0.69 | 0.64 |
| Hex | CB | E3 | 65 | B | 0 | 38 | B | 47 | 45 | 40 |
| Octal | 313 | 343 | 145 | 13 | 0 | 70 | 13 | 107 | 105 | 100 |
| Binary | 11001011 | 11100011 | 1100101 | 1011 | 0 | 111000 | 1011 | 1000111 | 1000101 | 1000000 |
Color Harmonies of #CBE365
Complementary color
Monochromatic Colors of #CBE365
Black with #CBE365
Text Example
Text Example
White with #CBE365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE365; }
p { color: rgb(203,227,101); }
H1.HeaderClassName
{
color: #CBE365;
}
.AnyTagClassName
{
color: #CBE365;
}
</style>
background-color css
<style>
a { background-color: #CBE365; }
a { background-color: rgb(203,227,101); }
div.DivClassName
{
background-color: #CBE365;
}
.BgClassName
{
background-color: #CBE365;
}
</style>
border-color css
<style>
span { border-color: #CBE365; }
span { border-color: rgb(203,227,101); }
td.TdClassName
{
border-color: #CBE365;
}
.TagClassName
{
border-color: #CBE365;
}
</style>