Shades of Mindaro #CEDF68
Tints of Mindaro #CEDF68
RGB
CMYK
RGB Variations
Color information
#CEDF68 (or 0xCEDF68) is known color: Mindaro. HEX triplet: CE, DF and 68. RGB value is (206,223,104). Sum of RGB (Red+Green+Blue) = 206+223+104=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDF68 is #312097. Grayscale: #CCCCCC. Windows color (decimal): -3219608 or 6873038. OLE color: 6873038.
HSL color Cylindrical-coordinate representation of color #CEDF68: hue angle of 68.57º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEDF68 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 104 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.13 |
| HSL | 68.57º | 0.65% | 0.64% | - |
| HSV(B) | 68.57º | 0.53% | 0.87% | - |
| XYZ | 54.34 | 66.9 | 23.15 | - |
| YUV | 204.35 | 71.37 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 104 | 0.08 | 0 | 0.53 | 0.13 | 68.57 | 0.65 | 0.64 |
| Hex | CE | DF | 68 | 8 | 0 | 35 | D | 45 | 41 | 40 |
| Octal | 316 | 337 | 150 | 10 | 0 | 65 | 15 | 105 | 101 | 100 |
| Binary | 11001110 | 11011111 | 1101000 | 1000 | 0 | 110101 | 1101 | 1000101 | 1000001 | 1000000 |
Color Harmonies of #CEDF68
Complementary color
Monochromatic Colors of #CEDF68
Black with #CEDF68
Text Example
Text Example
White with #CEDF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF68; }
p { color: rgb(206,223,104); }
H1.HeaderClassName
{
color: #CEDF68;
}
.AnyTagClassName
{
color: #CEDF68;
}
</style>
background-color css
<style>
a { background-color: #CEDF68; }
a { background-color: rgb(206,223,104); }
div.DivClassName
{
background-color: #CEDF68;
}
.BgClassName
{
background-color: #CEDF68;
}
</style>
border-color css
<style>
span { border-color: #CEDF68; }
span { border-color: rgb(206,223,104); }
td.TdClassName
{
border-color: #CEDF68;
}
.TagClassName
{
border-color: #CEDF68;
}
</style>