Shades of Mindaro #CEE66F
Tints of Mindaro #CEE66F
RGB
CMYK
RGB Variations
Color information
#CEE66F (or 0xCEE66F) is known color: Mindaro. HEX triplet: CE, E6 and 6F. RGB value is (206,230,111). Sum of RGB (Red+Green+Blue) = 206+230+111=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE66F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE66F is #311990. Grayscale: #D1D1D1. Windows color (decimal): -3217809 or 7333582. OLE color: 7333582.
HSL color Cylindrical-coordinate representation of color #CEE66F: hue angle of 72.1º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEE66F is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 111 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.10 |
| HSL | 72.1º | 0.7% | 0.67% | - |
| HSV(B) | 72.1º | 0.52% | 0.9% | - |
| XYZ | 56.62 | 70.86 | 25.73 | - |
| YUV | 209.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 111 | 0.10 | 0 | 0.52 | 0.10 | 72.1 | 0.7 | 0.67 |
| Hex | CE | E6 | 6F | A | 0 | 34 | A | 48 | 46 | 43 |
| Octal | 316 | 346 | 157 | 12 | 0 | 64 | 12 | 110 | 106 | 103 |
| Binary | 11001110 | 11100110 | 1101111 | 1010 | 0 | 110100 | 1010 | 1001000 | 1000110 | 1000011 |
Color Harmonies of #CEE66F
Complementary color
Monochromatic Colors of #CEE66F
Black with #CEE66F
Text Example
Text Example
White with #CEE66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE66F; }
p { color: rgb(206,230,111); }
H1.HeaderClassName
{
color: #CEE66F;
}
.AnyTagClassName
{
color: #CEE66F;
}
</style>
background-color css
<style>
a { background-color: #CEE66F; }
a { background-color: rgb(206,230,111); }
div.DivClassName
{
background-color: #CEE66F;
}
.BgClassName
{
background-color: #CEE66F;
}
</style>
border-color css
<style>
span { border-color: #CEE66F; }
span { border-color: rgb(206,230,111); }
td.TdClassName
{
border-color: #CEE66F;
}
.TagClassName
{
border-color: #CEE66F;
}
</style>