Shades of Mindaro #CEE06F
Tints of Mindaro #CEE06F
RGB
CMYK
RGB Variations
Color information
#CEE06F (or 0xCEE06F) is known color: Mindaro. HEX triplet: CE, E0 and 6F. RGB value is (206,224,111). Sum of RGB (Red+Green+Blue) = 206+224+111=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE06F is #311F90. Grayscale: #CECECE. Windows color (decimal): -3219345 or 7332046. OLE color: 7332046.
HSL color Cylindrical-coordinate representation of color #CEE06F: hue angle of 69.56º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEE06F is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 111 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.12 |
| HSL | 69.56º | 0.65% | 0.66% | - |
| HSV(B) | 69.56º | 0.5% | 0.88% | - |
| XYZ | 54.98 | 67.58 | 25.19 | - |
| YUV | 205.74 | 74.54 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 111 | 0.08 | 0 | 0.50 | 0.12 | 69.56 | 0.65 | 0.66 |
| Hex | CE | E0 | 6F | 8 | 0 | 32 | C | 46 | 41 | 42 |
| Octal | 316 | 340 | 157 | 10 | 0 | 62 | 14 | 106 | 101 | 102 |
| Binary | 11001110 | 11100000 | 1101111 | 1000 | 0 | 110010 | 1100 | 1000110 | 1000001 | 1000010 |
Color Harmonies of #CEE06F
Complementary color
Monochromatic Colors of #CEE06F
Black with #CEE06F
Text Example
Text Example
White with #CEE06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE06F; }
p { color: rgb(206,224,111); }
H1.HeaderClassName
{
color: #CEE06F;
}
.AnyTagClassName
{
color: #CEE06F;
}
</style>
background-color css
<style>
a { background-color: #CEE06F; }
a { background-color: rgb(206,224,111); }
div.DivClassName
{
background-color: #CEE06F;
}
.BgClassName
{
background-color: #CEE06F;
}
</style>
border-color css
<style>
span { border-color: #CEE06F; }
span { border-color: rgb(206,224,111); }
td.TdClassName
{
border-color: #CEE06F;
}
.TagClassName
{
border-color: #CEE06F;
}
</style>