Shades of Mindaro #CEED6F
Tints of Mindaro #CEED6F
RGB
CMYK
RGB Variations
Color information
#CEED6F (or 0xCEED6F) is known color: Mindaro. HEX triplet: CE, ED and 6F. RGB value is (206,237,111). Sum of RGB (Red+Green+Blue) = 206+237+111=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 111 (43.75% from 255 or 20.04% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED6F is #311290. Grayscale: #D5D5D5. Windows color (decimal): -3216017 or 7335374. OLE color: 7335374.
HSL color Cylindrical-coordinate representation of color #CEED6F: hue angle of 74.76º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEED6F is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 111 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.07 |
| HSL | 74.76º | 0.78% | 0.68% | - |
| HSV(B) | 74.76º | 0.53% | 0.93% | - |
| XYZ | 58.61 | 74.84 | 26.4 | - |
| YUV | 213.37 | 70.23 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 111 | 0.13 | 0 | 0.53 | 0.07 | 74.76 | 0.78 | 0.68 |
| Hex | CE | ED | 6F | D | 0 | 35 | 7 | 4B | 4E | 44 |
| Octal | 316 | 355 | 157 | 15 | 0 | 65 | 7 | 113 | 116 | 104 |
| Binary | 11001110 | 11101101 | 1101111 | 1101 | 0 | 110101 | 111 | 1001011 | 1001110 | 1000100 |
Color Harmonies of #CEED6F
Complementary color
Monochromatic Colors of #CEED6F
Black with #CEED6F
Text Example
Text Example
White with #CEED6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED6F; }
p { color: rgb(206,237,111); }
H1.HeaderClassName
{
color: #CEED6F;
}
.AnyTagClassName
{
color: #CEED6F;
}
</style>
background-color css
<style>
a { background-color: #CEED6F; }
a { background-color: rgb(206,237,111); }
div.DivClassName
{
background-color: #CEED6F;
}
.BgClassName
{
background-color: #CEED6F;
}
</style>
border-color css
<style>
span { border-color: #CEED6F; }
span { border-color: rgb(206,237,111); }
td.TdClassName
{
border-color: #CEED6F;
}
.TagClassName
{
border-color: #CEED6F;
}
</style>