Shades of Mindaro #CBE367
Tints of Mindaro #CBE367
RGB
CMYK
RGB Variations
Color information
#CBE367 (or 0xCBE367) is known color: Mindaro. HEX triplet: CB, E3 and 67. RGB value is (203,227,103). Sum of RGB (Red+Green+Blue) = 203+227+103=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 103 (40.62% from 255 or 19.32% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE367 is #341C98. Grayscale: #CECECE. Windows color (decimal): -3415193 or 6808523. OLE color: 6808523.
HSL color Cylindrical-coordinate representation of color #CBE367: hue angle of 71.61º degrees, saturation: 0.69, 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 #CBE367 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 103 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.11 |
| HSL | 71.61º | 0.69% | 0.65% | - |
| HSV(B) | 71.61º | 0.55% | 0.89% | - |
| XYZ | 54.55 | 68.61 | 23.2 | - |
| YUV | 205.69 | 70.05 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 103 | 0.11 | 0 | 0.55 | 0.11 | 71.61 | 0.69 | 0.65 |
| Hex | CB | E3 | 67 | B | 0 | 37 | B | 48 | 45 | 41 |
| Octal | 313 | 343 | 147 | 13 | 0 | 67 | 13 | 110 | 105 | 101 |
| Binary | 11001011 | 11100011 | 1100111 | 1011 | 0 | 110111 | 1011 | 1001000 | 1000101 | 1000001 |
Color Harmonies of #CBE367
Complementary color
Monochromatic Colors of #CBE367
Black with #CBE367
Text Example
Text Example
White with #CBE367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE367; }
p { color: rgb(203,227,103); }
H1.HeaderClassName
{
color: #CBE367;
}
.AnyTagClassName
{
color: #CBE367;
}
</style>
background-color css
<style>
a { background-color: #CBE367; }
a { background-color: rgb(203,227,103); }
div.DivClassName
{
background-color: #CBE367;
}
.BgClassName
{
background-color: #CBE367;
}
</style>
border-color css
<style>
span { border-color: #CBE367; }
span { border-color: rgb(203,227,103); }
td.TdClassName
{
border-color: #CBE367;
}
.TagClassName
{
border-color: #CBE367;
}
</style>