Shades of Mindaro #CBEC67
Tints of Mindaro #CBEC67
RGB
CMYK
RGB Variations
Color information
#CBEC67 (or 0xCBEC67) is known color: Mindaro. HEX triplet: CB, EC and 67. RGB value is (203,236,103). Sum of RGB (Red+Green+Blue) = 203+236+103=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 103 (40.62% from 255 or 19.00% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC67 is #341398. Grayscale: #D3D3D3. Windows color (decimal): -3412889 or 6810827. OLE color: 6810827.
HSL color Cylindrical-coordinate representation of color #CBEC67: hue angle of 74.89º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBEC67 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 103 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.07 |
| HSL | 74.89º | 0.78% | 0.66% | - |
| HSV(B) | 74.89º | 0.56% | 0.93% | - |
| XYZ | 57.07 | 73.67 | 24.04 | - |
| YUV | 210.97 | 67.07 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 103 | 0.14 | 0 | 0.56 | 0.07 | 74.89 | 0.78 | 0.66 |
| Hex | CB | EC | 67 | E | 0 | 38 | 7 | 4B | 4E | 42 |
| Octal | 313 | 354 | 147 | 16 | 0 | 70 | 7 | 113 | 116 | 102 |
| Binary | 11001011 | 11101100 | 1100111 | 1110 | 0 | 111000 | 111 | 1001011 | 1001110 | 1000010 |
Color Harmonies of #CBEC67
Complementary color
Monochromatic Colors of #CBEC67
Black with #CBEC67
Text Example
Text Example
White with #CBEC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC67; }
p { color: rgb(203,236,103); }
H1.HeaderClassName
{
color: #CBEC67;
}
.AnyTagClassName
{
color: #CBEC67;
}
</style>
background-color css
<style>
a { background-color: #CBEC67; }
a { background-color: rgb(203,236,103); }
div.DivClassName
{
background-color: #CBEC67;
}
.BgClassName
{
background-color: #CBEC67;
}
</style>
border-color css
<style>
span { border-color: #CBEC67; }
span { border-color: rgb(203,236,103); }
td.TdClassName
{
border-color: #CBEC67;
}
.TagClassName
{
border-color: #CBEC67;
}
</style>