Shades of Mindaro #CEE07A
Tints of Mindaro #CEE07A
RGB
CMYK
RGB Variations
Color information
#CEE07A (or 0xCEE07A) is known color: Mindaro. HEX triplet: CE, E0 and 7A. RGB value is (206,224,122). Sum of RGB (Red+Green+Blue) = 206+224+122=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 122 (48.05% from 255 or 22.10% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE07A is #311F85. Grayscale: #CFCFCF. Windows color (decimal): -3219334 or 8052942. OLE color: 8052942.
HSL color Cylindrical-coordinate representation of color #CEE07A: hue angle of 70.59º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEE07A is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 122 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.12 |
| HSL | 70.59º | 0.62% | 0.68% | - |
| HSV(B) | 70.59º | 0.46% | 0.88% | - |
| XYZ | 55.62 | 67.84 | 28.57 | - |
| YUV | 206.99 | 80.04 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 122 | 0.08 | 0 | 0.46 | 0.12 | 70.59 | 0.62 | 0.68 |
| Hex | CE | E0 | 7A | 8 | 0 | 2E | C | 47 | 3E | 44 |
| Octal | 316 | 340 | 172 | 10 | 0 | 56 | 14 | 107 | 76 | 104 |
| Binary | 11001110 | 11100000 | 1111010 | 1000 | 0 | 101110 | 1100 | 1000111 | 111110 | 1000100 |
Color Harmonies of #CEE07A
Complementary color
Monochromatic Colors of #CEE07A
Black with #CEE07A
Text Example
Text Example
White with #CEE07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE07A; }
p { color: rgb(206,224,122); }
H1.HeaderClassName
{
color: #CEE07A;
}
.AnyTagClassName
{
color: #CEE07A;
}
</style>
background-color css
<style>
a { background-color: #CEE07A; }
a { background-color: rgb(206,224,122); }
div.DivClassName
{
background-color: #CEE07A;
}
.BgClassName
{
background-color: #CEE07A;
}
</style>
border-color css
<style>
span { border-color: #CEE07A; }
span { border-color: rgb(206,224,122); }
td.TdClassName
{
border-color: #CEE07A;
}
.TagClassName
{
border-color: #CEE07A;
}
</style>