Shades of Mindaro #CEF86A
Tints of Mindaro #CEF86A
RGB
CMYK
RGB Variations
Color information
#CEF86A (or 0xCEF86A) is known color: Mindaro. HEX triplet: CE, F8 and 6A. RGB value is (206,248,106). Sum of RGB (Red+Green+Blue) = 206+248+106=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 248 (97.27% from 255 or 44.29% from 560); Blue value is 106 (41.80% from 255 or 18.93% from 560); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF86A is #310795. Grayscale: #DBDBDB. Windows color (decimal): -3213206 or 7010510. OLE color: 7010510.
HSL color Cylindrical-coordinate representation of color #CEF86A: hue angle of 77.75º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEF86A is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 106 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.03 |
| HSL | 77.75º | 0.91% | 0.69% | - |
| HSV(B) | 77.75º | 0.57% | 0.97% | - |
| XYZ | 61.62 | 81.3 | 26.08 | - |
| YUV | 219.25 | 64.09 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 106 | 0.17 | 0 | 0.57 | 0.03 | 77.75 | 0.91 | 0.69 |
| Hex | CE | F8 | 6A | 11 | 0 | 39 | 3 | 4E | 5B | 45 |
| Octal | 316 | 370 | 152 | 21 | 0 | 71 | 3 | 116 | 133 | 105 |
| Binary | 11001110 | 11111000 | 1101010 | 10001 | 0 | 111001 | 11 | 1001110 | 1011011 | 1000101 |
Color Harmonies of #CEF86A
Complementary color
Monochromatic Colors of #CEF86A
Black with #CEF86A
Text Example
Text Example
White with #CEF86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF86A; }
p { color: rgb(206,248,106); }
H1.HeaderClassName
{
color: #CEF86A;
}
.AnyTagClassName
{
color: #CEF86A;
}
</style>
background-color css
<style>
a { background-color: #CEF86A; }
a { background-color: rgb(206,248,106); }
div.DivClassName
{
background-color: #CEF86A;
}
.BgClassName
{
background-color: #CEF86A;
}
</style>
border-color css
<style>
span { border-color: #CEF86A; }
span { border-color: rgb(206,248,106); }
td.TdClassName
{
border-color: #CEF86A;
}
.TagClassName
{
border-color: #CEF86A;
}
</style>