Shades of Mindaro #CBE65B
Tints of Mindaro #CBE65B
RGB
CMYK
RGB Variations
Color information
#CBE65B (or 0xCBE65B) is known color: Mindaro. HEX triplet: CB, E6 and 5B. RGB value is (203,230,91). Sum of RGB (Red+Green+Blue) = 203+230+91=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE65B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE65B is #3419A4. Grayscale: #CECECE. Windows color (decimal): -3414437 or 6022859. OLE color: 6022859.
HSL color Cylindrical-coordinate representation of color #CBE65B: hue angle of 71.65º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBE65B is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 91 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.10 |
| HSL | 71.65º | 0.74% | 0.63% | - |
| HSV(B) | 71.65º | 0.6% | 0.9% | - |
| XYZ | 54.81 | 70.05 | 20.53 | - |
| YUV | 206.08 | 63.05 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 91 | 0.12 | 0 | 0.60 | 0.10 | 71.65 | 0.74 | 0.63 |
| Hex | CB | E6 | 5B | C | 0 | 3C | A | 48 | 4A | 3F |
| Octal | 313 | 346 | 133 | 14 | 0 | 74 | 12 | 110 | 112 | 77 |
| Binary | 11001011 | 11100110 | 1011011 | 1100 | 0 | 111100 | 1010 | 1001000 | 1001010 | 111111 |
Color Harmonies of #CBE65B
Complementary color
Monochromatic Colors of #CBE65B
Black with #CBE65B
Text Example
Text Example
White with #CBE65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE65B; }
p { color: rgb(203,230,91); }
H1.HeaderClassName
{
color: #CBE65B;
}
.AnyTagClassName
{
color: #CBE65B;
}
</style>
background-color css
<style>
a { background-color: #CBE65B; }
a { background-color: rgb(203,230,91); }
div.DivClassName
{
background-color: #CBE65B;
}
.BgClassName
{
background-color: #CBE65B;
}
</style>
border-color css
<style>
span { border-color: #CBE65B; }
span { border-color: rgb(203,230,91); }
td.TdClassName
{
border-color: #CBE65B;
}
.TagClassName
{
border-color: #CBE65B;
}
</style>