Shades of Mindaro #CEDF60
Tints of Mindaro #CEDF60
RGB
CMYK
RGB Variations
Color information
#CEDF60 (or 0xCEDF60) is known color: Mindaro. HEX triplet: CE, DF and 60. RGB value is (206,223,96). Sum of RGB (Red+Green+Blue) = 206+223+96=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDF60 is #31209F. Grayscale: #CBCBCB. Windows color (decimal): -3219616 or 6348750. OLE color: 6348750.
HSL color Cylindrical-coordinate representation of color #CEDF60: hue angle of 68.03º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEDF60 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 96 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.13 |
| HSL | 68.03º | 0.66% | 0.63% | - |
| HSV(B) | 68.03º | 0.57% | 0.87% | - |
| XYZ | 53.95 | 66.74 | 21.11 | - |
| YUV | 203.44 | 67.37 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 96 | 0.08 | 0 | 0.57 | 0.13 | 68.03 | 0.66 | 0.63 |
| Hex | CE | DF | 60 | 8 | 0 | 39 | D | 44 | 42 | 3F |
| Octal | 316 | 337 | 140 | 10 | 0 | 71 | 15 | 104 | 102 | 77 |
| Binary | 11001110 | 11011111 | 1100000 | 1000 | 0 | 111001 | 1101 | 1000100 | 1000010 | 111111 |
Color Harmonies of #CEDF60
Complementary color
Monochromatic Colors of #CEDF60
Black with #CEDF60
Text Example
Text Example
White with #CEDF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF60; }
p { color: rgb(206,223,96); }
H1.HeaderClassName
{
color: #CEDF60;
}
.AnyTagClassName
{
color: #CEDF60;
}
</style>
background-color css
<style>
a { background-color: #CEDF60; }
a { background-color: rgb(206,223,96); }
div.DivClassName
{
background-color: #CEDF60;
}
.BgClassName
{
background-color: #CEDF60;
}
</style>
border-color css
<style>
span { border-color: #CEDF60; }
span { border-color: rgb(206,223,96); }
td.TdClassName
{
border-color: #CEDF60;
}
.TagClassName
{
border-color: #CEDF60;
}
</style>