Shades of Mindaro #CEE971
Tints of Mindaro #CEE971
RGB
CMYK
RGB Variations
Color information
#CEE971 (or 0xCEE971) is known color: Mindaro. HEX triplet: CE, E9 and 71. RGB value is (206,233,113). Sum of RGB (Red+Green+Blue) = 206+233+113=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 233 (91.41% from 255 or 42.21% from 552); Blue value is 113 (44.53% from 255 or 20.47% from 552); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE971 is #31168E. Grayscale: #D3D3D3. Windows color (decimal): -3217039 or 7465422. OLE color: 7465422.
HSL color Cylindrical-coordinate representation of color #CEE971: hue angle of 73.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEE971 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 113 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.09 |
| HSL | 73.5º | 0.73% | 0.68% | - |
| HSV(B) | 73.5º | 0.52% | 0.91% | - |
| XYZ | 57.57 | 72.59 | 26.6 | - |
| YUV | 211.25 | 72.55 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 113 | 0.12 | 0 | 0.52 | 0.09 | 73.5 | 0.73 | 0.68 |
| Hex | CE | E9 | 71 | C | 0 | 34 | 9 | 4A | 49 | 44 |
| Octal | 316 | 351 | 161 | 14 | 0 | 64 | 11 | 112 | 111 | 104 |
| Binary | 11001110 | 11101001 | 1110001 | 1100 | 0 | 110100 | 1001 | 1001010 | 1001001 | 1000100 |
Color Harmonies of #CEE971
Complementary color
Monochromatic Colors of #CEE971
Black with #CEE971
Text Example
Text Example
White with #CEE971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE971; }
p { color: rgb(206,233,113); }
H1.HeaderClassName
{
color: #CEE971;
}
.AnyTagClassName
{
color: #CEE971;
}
</style>
background-color css
<style>
a { background-color: #CEE971; }
a { background-color: rgb(206,233,113); }
div.DivClassName
{
background-color: #CEE971;
}
.BgClassName
{
background-color: #CEE971;
}
</style>
border-color css
<style>
span { border-color: #CEE971; }
span { border-color: rgb(206,233,113); }
td.TdClassName
{
border-color: #CEE971;
}
.TagClassName
{
border-color: #CEE971;
}
</style>