Shades of Mindaro #CEF968
Tints of Mindaro #CEF968
RGB
CMYK
RGB Variations
Color information
#CEF968 (or 0xCEF968) is known color: Mindaro. HEX triplet: CE, F9 and 68. RGB value is (206,249,104). Sum of RGB (Red+Green+Blue) = 206+249+104=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 104 (41.02% from 255 or 18.60% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF968 is #310697. Grayscale: #DCDCDC. Windows color (decimal): -3212952 or 6879694. OLE color: 6879694.
HSL color Cylindrical-coordinate representation of color #CEF968: hue angle of 77.79º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEF968 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 104 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.02 |
| HSL | 77.79º | 0.92% | 0.69% | - |
| HSV(B) | 77.79º | 0.58% | 0.98% | - |
| XYZ | 61.83 | 81.87 | 25.64 | - |
| YUV | 219.61 | 62.75 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 104 | 0.17 | 0 | 0.58 | 0.02 | 77.79 | 0.92 | 0.69 |
| Hex | CE | F9 | 68 | 11 | 0 | 3A | 2 | 4E | 5C | 45 |
| Octal | 316 | 371 | 150 | 21 | 0 | 72 | 2 | 116 | 134 | 105 |
| Binary | 11001110 | 11111001 | 1101000 | 10001 | 0 | 111010 | 10 | 1001110 | 1011100 | 1000101 |
Color Harmonies of #CEF968
Complementary color
Monochromatic Colors of #CEF968
Black with #CEF968
Text Example
Text Example
White with #CEF968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF968; }
p { color: rgb(206,249,104); }
H1.HeaderClassName
{
color: #CEF968;
}
.AnyTagClassName
{
color: #CEF968;
}
</style>
background-color css
<style>
a { background-color: #CEF968; }
a { background-color: rgb(206,249,104); }
div.DivClassName
{
background-color: #CEF968;
}
.BgClassName
{
background-color: #CEF968;
}
</style>
border-color css
<style>
span { border-color: #CEF968; }
span { border-color: rgb(206,249,104); }
td.TdClassName
{
border-color: #CEF968;
}
.TagClassName
{
border-color: #CEF968;
}
</style>