Shades of Mindaro #CBE65A
Tints of Mindaro #CBE65A
RGB
CMYK
RGB Variations
Color information
#CBE65A (or 0xCBE65A) is known color: Mindaro. HEX triplet: CB, E6 and 5A. RGB value is (203,230,90). Sum of RGB (Red+Green+Blue) = 203+230+90=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 230 (90.23% from 255 or 43.98% from 523); Blue value is 90 (35.55% from 255 or 17.21% from 523); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE65A is #3419A5. Grayscale: #CECECE. Windows color (decimal): -3414438 or 5957323. OLE color: 5957323.
HSL color Cylindrical-coordinate representation of color #CBE65A: hue angle of 71.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBE65A is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 90 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.10 |
| HSL | 71.57º | 0.74% | 0.63% | - |
| HSV(B) | 71.57º | 0.61% | 0.9% | - |
| XYZ | 54.77 | 70.03 | 20.3 | - |
| YUV | 205.97 | 62.55 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 90 | 0.12 | 0 | 0.61 | 0.10 | 71.57 | 0.74 | 0.63 |
| Hex | CB | E6 | 5A | C | 0 | 3D | A | 48 | 4A | 3F |
| Octal | 313 | 346 | 132 | 14 | 0 | 75 | 12 | 110 | 112 | 77 |
| Binary | 11001011 | 11100110 | 1011010 | 1100 | 0 | 111101 | 1010 | 1001000 | 1001010 | 111111 |
Color Harmonies of #CBE65A
Complementary color
Monochromatic Colors of #CBE65A
Black with #CBE65A
Text Example
Text Example
White with #CBE65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE65A; }
p { color: rgb(203,230,90); }
H1.HeaderClassName
{
color: #CBE65A;
}
.AnyTagClassName
{
color: #CBE65A;
}
</style>
background-color css
<style>
a { background-color: #CBE65A; }
a { background-color: rgb(203,230,90); }
div.DivClassName
{
background-color: #CBE65A;
}
.BgClassName
{
background-color: #CBE65A;
}
</style>
border-color css
<style>
span { border-color: #CBE65A; }
span { border-color: rgb(203,230,90); }
td.TdClassName
{
border-color: #CBE65A;
}
.TagClassName
{
border-color: #CBE65A;
}
</style>