Shades of Mindaro #CEDF69
Tints of Mindaro #CEDF69
RGB
CMYK
RGB Variations
Color information
#CEDF69 (or 0xCEDF69) is known color: Mindaro. HEX triplet: CE, DF and 69. RGB value is (206,223,105). Sum of RGB (Red+Green+Blue) = 206+223+105=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDF69 is #312096. Grayscale: #CCCCCC. Windows color (decimal): -3219607 or 6938574. OLE color: 6938574.
HSL color Cylindrical-coordinate representation of color #CEDF69: hue angle of 68.64º 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 #CEDF69 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 105 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.13 |
| HSL | 68.64º | 0.65% | 0.64% | - |
| HSV(B) | 68.64º | 0.53% | 0.87% | - |
| XYZ | 54.39 | 66.92 | 23.41 | - |
| YUV | 204.47 | 71.87 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 105 | 0.08 | 0 | 0.53 | 0.13 | 68.64 | 0.65 | 0.64 |
| Hex | CE | DF | 69 | 8 | 0 | 35 | D | 45 | 41 | 40 |
| Octal | 316 | 337 | 151 | 10 | 0 | 65 | 15 | 105 | 101 | 100 |
| Binary | 11001110 | 11011111 | 1101001 | 1000 | 0 | 110101 | 1101 | 1000101 | 1000001 | 1000000 |
Color Harmonies of #CEDF69
Complementary color
Monochromatic Colors of #CEDF69
Black with #CEDF69
Text Example
Text Example
White with #CEDF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF69; }
p { color: rgb(206,223,105); }
H1.HeaderClassName
{
color: #CEDF69;
}
.AnyTagClassName
{
color: #CEDF69;
}
</style>
background-color css
<style>
a { background-color: #CEDF69; }
a { background-color: rgb(206,223,105); }
div.DivClassName
{
background-color: #CEDF69;
}
.BgClassName
{
background-color: #CEDF69;
}
</style>
border-color css
<style>
span { border-color: #CEDF69; }
span { border-color: rgb(206,223,105); }
td.TdClassName
{
border-color: #CEDF69;
}
.TagClassName
{
border-color: #CEDF69;
}
</style>