Shades of Mindaro #CBE567
Tints of Mindaro #CBE567
RGB
CMYK
RGB Variations
Color information
#CBE567 (or 0xCBE567) is known color: Mindaro. HEX triplet: CB, E5 and 67. RGB value is (203,229,103). Sum of RGB (Red+Green+Blue) = 203+229+103=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 229 (89.84% from 255 or 42.80% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE567 is #341A98. Grayscale: #CFCFCF. Windows color (decimal): -3414681 or 6809035. OLE color: 6809035.
HSL color Cylindrical-coordinate representation of color #CBE567: hue angle of 72.38º degrees, saturation: 0.71, 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 #CBE567 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 103 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.10 |
| HSL | 72.38º | 0.71% | 0.65% | - |
| HSV(B) | 72.38º | 0.55% | 0.9% | - |
| XYZ | 55.1 | 69.71 | 23.38 | - |
| YUV | 206.86 | 69.39 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 103 | 0.11 | 0 | 0.55 | 0.10 | 72.38 | 0.71 | 0.65 |
| Hex | CB | E5 | 67 | B | 0 | 37 | A | 48 | 47 | 41 |
| Octal | 313 | 345 | 147 | 13 | 0 | 67 | 12 | 110 | 107 | 101 |
| Binary | 11001011 | 11100101 | 1100111 | 1011 | 0 | 110111 | 1010 | 1001000 | 1000111 | 1000001 |
Color Harmonies of #CBE567
Complementary color
Monochromatic Colors of #CBE567
Black with #CBE567
Text Example
Text Example
White with #CBE567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE567; }
p { color: rgb(203,229,103); }
H1.HeaderClassName
{
color: #CBE567;
}
.AnyTagClassName
{
color: #CBE567;
}
</style>
background-color css
<style>
a { background-color: #CBE567; }
a { background-color: rgb(203,229,103); }
div.DivClassName
{
background-color: #CBE567;
}
.BgClassName
{
background-color: #CBE567;
}
</style>
border-color css
<style>
span { border-color: #CBE567; }
span { border-color: rgb(203,229,103); }
td.TdClassName
{
border-color: #CBE567;
}
.TagClassName
{
border-color: #CBE567;
}
</style>