Shades of Mindaro #CBEC60
Tints of Mindaro #CBEC60
RGB
CMYK
RGB Variations
Color information
#CBEC60 (or 0xCBEC60) is known color: Mindaro. HEX triplet: CB, EC and 60. RGB value is (203,236,96). Sum of RGB (Red+Green+Blue) = 203+236+96=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 96 (37.89% from 255 or 17.94% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC60 is #34139F. Grayscale: #D2D2D2. Windows color (decimal): -3412896 or 6352075. OLE color: 6352075.
HSL color Cylindrical-coordinate representation of color #CBEC60: hue angle of 74.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBEC60 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 96 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.07 |
| HSL | 74.14º | 0.79% | 0.65% | - |
| HSV(B) | 74.14º | 0.59% | 0.93% | - |
| XYZ | 56.74 | 73.53 | 22.27 | - |
| YUV | 210.17 | 63.57 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 96 | 0.14 | 0 | 0.59 | 0.07 | 74.14 | 0.79 | 0.65 |
| Hex | CB | EC | 60 | E | 0 | 3B | 7 | 4A | 4F | 41 |
| Octal | 313 | 354 | 140 | 16 | 0 | 73 | 7 | 112 | 117 | 101 |
| Binary | 11001011 | 11101100 | 1100000 | 1110 | 0 | 111011 | 111 | 1001010 | 1001111 | 1000001 |
Color Harmonies of #CBEC60
Complementary color
Monochromatic Colors of #CBEC60
Black with #CBEC60
Text Example
Text Example
White with #CBEC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC60; }
p { color: rgb(203,236,96); }
H1.HeaderClassName
{
color: #CBEC60;
}
.AnyTagClassName
{
color: #CBEC60;
}
</style>
background-color css
<style>
a { background-color: #CBEC60; }
a { background-color: rgb(203,236,96); }
div.DivClassName
{
background-color: #CBEC60;
}
.BgClassName
{
background-color: #CBEC60;
}
</style>
border-color css
<style>
span { border-color: #CBEC60; }
span { border-color: rgb(203,236,96); }
td.TdClassName
{
border-color: #CBEC60;
}
.TagClassName
{
border-color: #CBEC60;
}
</style>