Shades of Mindaro #CBEC68
Tints of Mindaro #CBEC68
RGB
CMYK
RGB Variations
Color information
#CBEC68 (or 0xCBEC68) is known color: Mindaro. HEX triplet: CB, EC and 68. RGB value is (203,236,104). Sum of RGB (Red+Green+Blue) = 203+236+104=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC68 is #341397. Grayscale: #D3D3D3. Windows color (decimal): -3412888 or 6876363. OLE color: 6876363.
HSL color Cylindrical-coordinate representation of color #CBEC68: hue angle of 75º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBEC68 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 104 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.07 |
| HSL | 75º | 0.78% | 0.67% | - |
| HSV(B) | 75º | 0.56% | 0.93% | - |
| XYZ | 57.12 | 73.69 | 24.31 | - |
| YUV | 211.09 | 67.57 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 104 | 0.14 | 0 | 0.56 | 0.07 | 75 | 0.78 | 0.67 |
| Hex | CB | EC | 68 | E | 0 | 38 | 7 | 4B | 4E | 43 |
| Octal | 313 | 354 | 150 | 16 | 0 | 70 | 7 | 113 | 116 | 103 |
| Binary | 11001011 | 11101100 | 1101000 | 1110 | 0 | 111000 | 111 | 1001011 | 1001110 | 1000011 |
Color Harmonies of #CBEC68
Complementary color
Monochromatic Colors of #CBEC68
Black with #CBEC68
Text Example
Text Example
White with #CBEC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC68; }
p { color: rgb(203,236,104); }
H1.HeaderClassName
{
color: #CBEC68;
}
.AnyTagClassName
{
color: #CBEC68;
}
</style>
background-color css
<style>
a { background-color: #CBEC68; }
a { background-color: rgb(203,236,104); }
div.DivClassName
{
background-color: #CBEC68;
}
.BgClassName
{
background-color: #CBEC68;
}
</style>
border-color css
<style>
span { border-color: #CBEC68; }
span { border-color: rgb(203,236,104); }
td.TdClassName
{
border-color: #CBEC68;
}
.TagClassName
{
border-color: #CBEC68;
}
</style>