Shades of Mindaro #CBEC5D
Tints of Mindaro #CBEC5D
RGB
CMYK
RGB Variations
Color information
#CBEC5D (or 0xCBEC5D) is known color: Mindaro. HEX triplet: CB, EC and 5D. RGB value is (203,236,93). Sum of RGB (Red+Green+Blue) = 203+236+93=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC5D is #3413A2. Grayscale: #D2D2D2. Windows color (decimal): -3412899 or 6155467. OLE color: 6155467.
HSL color Cylindrical-coordinate representation of color #CBEC5D: hue angle of 73.85º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBEC5D is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 93 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.07 |
| HSL | 73.85º | 0.79% | 0.65% | - |
| HSV(B) | 73.85º | 0.61% | 0.93% | - |
| XYZ | 56.6 | 73.48 | 21.56 | - |
| YUV | 209.83 | 62.07 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 93 | 0.14 | 0 | 0.61 | 0.07 | 73.85 | 0.79 | 0.65 |
| Hex | CB | EC | 5D | E | 0 | 3D | 7 | 4A | 4F | 41 |
| Octal | 313 | 354 | 135 | 16 | 0 | 75 | 7 | 112 | 117 | 101 |
| Binary | 11001011 | 11101100 | 1011101 | 1110 | 0 | 111101 | 111 | 1001010 | 1001111 | 1000001 |
Color Harmonies of #CBEC5D
Complementary color
Monochromatic Colors of #CBEC5D
Black with #CBEC5D
Text Example
Text Example
White with #CBEC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC5D; }
p { color: rgb(203,236,93); }
H1.HeaderClassName
{
color: #CBEC5D;
}
.AnyTagClassName
{
color: #CBEC5D;
}
</style>
background-color css
<style>
a { background-color: #CBEC5D; }
a { background-color: rgb(203,236,93); }
div.DivClassName
{
background-color: #CBEC5D;
}
.BgClassName
{
background-color: #CBEC5D;
}
</style>
border-color css
<style>
span { border-color: #CBEC5D; }
span { border-color: rgb(203,236,93); }
td.TdClassName
{
border-color: #CBEC5D;
}
.TagClassName
{
border-color: #CBEC5D;
}
</style>