Shades of Mindaro #CEED70
Tints of Mindaro #CEED70
RGB
CMYK
RGB Variations
Color information
#CEED70 (or 0xCEED70) is known color: Mindaro. HEX triplet: CE, ED and 70. RGB value is (206,237,112). Sum of RGB (Red+Green+Blue) = 206+237+112=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED70 is #31128F. Grayscale: #D5D5D5. Windows color (decimal): -3216016 or 7400910. OLE color: 7400910.
HSL color Cylindrical-coordinate representation of color #CEED70: hue angle of 74.88º 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 #CEED70 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 112 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.07 |
| HSL | 74.88º | 0.78% | 0.68% | - |
| HSV(B) | 74.88º | 0.53% | 0.93% | - |
| XYZ | 58.66 | 74.86 | 26.69 | - |
| YUV | 213.48 | 70.73 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 112 | 0.13 | 0 | 0.53 | 0.07 | 74.88 | 0.78 | 0.68 |
| Hex | CE | ED | 70 | D | 0 | 35 | 7 | 4B | 4E | 44 |
| Octal | 316 | 355 | 160 | 15 | 0 | 65 | 7 | 113 | 116 | 104 |
| Binary | 11001110 | 11101101 | 1110000 | 1101 | 0 | 110101 | 111 | 1001011 | 1001110 | 1000100 |
Color Harmonies of #CEED70
Complementary color
Monochromatic Colors of #CEED70
Black with #CEED70
Text Example
Text Example
White with #CEED70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED70; }
p { color: rgb(206,237,112); }
H1.HeaderClassName
{
color: #CEED70;
}
.AnyTagClassName
{
color: #CEED70;
}
</style>
background-color css
<style>
a { background-color: #CEED70; }
a { background-color: rgb(206,237,112); }
div.DivClassName
{
background-color: #CEED70;
}
.BgClassName
{
background-color: #CEED70;
}
</style>
border-color css
<style>
span { border-color: #CEED70; }
span { border-color: rgb(206,237,112); }
td.TdClassName
{
border-color: #CEED70;
}
.TagClassName
{
border-color: #CEED70;
}
</style>