Shades of Mindaro #CEE261
Tints of Mindaro #CEE261
RGB
CMYK
RGB Variations
Color information
#CEE261 (or 0xCEE261) is known color: Mindaro. HEX triplet: CE, E2 and 61. RGB value is (206,226,97). Sum of RGB (Red+Green+Blue) = 206+226+97=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE261 is #311D9E. Grayscale: #CDCDCD. Windows color (decimal): -3218847 or 6415054. OLE color: 6415054.
HSL color Cylindrical-coordinate representation of color #CEE261: hue angle of 69.3º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEE261 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 97 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.11 |
| HSL | 69.3º | 0.69% | 0.63% | - |
| HSV(B) | 69.3º | 0.57% | 0.89% | - |
| XYZ | 54.81 | 68.38 | 21.62 | - |
| YUV | 205.31 | 66.87 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 97 | 0.09 | 0 | 0.57 | 0.11 | 69.3 | 0.69 | 0.63 |
| Hex | CE | E2 | 61 | 9 | 0 | 39 | B | 45 | 45 | 3F |
| Octal | 316 | 342 | 141 | 11 | 0 | 71 | 13 | 105 | 105 | 77 |
| Binary | 11001110 | 11100010 | 1100001 | 1001 | 0 | 111001 | 1011 | 1000101 | 1000101 | 111111 |
Color Harmonies of #CEE261
Complementary color
Monochromatic Colors of #CEE261
Black with #CEE261
Text Example
Text Example
White with #CEE261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE261; }
p { color: rgb(206,226,97); }
H1.HeaderClassName
{
color: #CEE261;
}
.AnyTagClassName
{
color: #CEE261;
}
</style>
background-color css
<style>
a { background-color: #CEE261; }
a { background-color: rgb(206,226,97); }
div.DivClassName
{
background-color: #CEE261;
}
.BgClassName
{
background-color: #CEE261;
}
</style>
border-color css
<style>
span { border-color: #CEE261; }
span { border-color: rgb(206,226,97); }
td.TdClassName
{
border-color: #CEE261;
}
.TagClassName
{
border-color: #CEE261;
}
</style>