Shades of Mindaro #CEDF64
Tints of Mindaro #CEDF64
RGB
CMYK
RGB Variations
Color information
#CEDF64 (or 0xCEDF64) is known color: Mindaro. HEX triplet: CE, DF and 64. RGB value is (206,223,100). Sum of RGB (Red+Green+Blue) = 206+223+100=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDF64 is #31209B. Grayscale: #CCCCCC. Windows color (decimal): -3219612 or 6610894. OLE color: 6610894.
HSL color Cylindrical-coordinate representation of color #CEDF64: hue angle of 68.29º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEDF64 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 100 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.13 |
| HSL | 68.29º | 0.66% | 0.63% | - |
| HSV(B) | 68.29º | 0.55% | 0.87% | - |
| XYZ | 54.14 | 66.82 | 22.1 | - |
| YUV | 203.9 | 69.37 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 100 | 0.08 | 0 | 0.55 | 0.13 | 68.29 | 0.66 | 0.63 |
| Hex | CE | DF | 64 | 8 | 0 | 37 | D | 44 | 42 | 3F |
| Octal | 316 | 337 | 144 | 10 | 0 | 67 | 15 | 104 | 102 | 77 |
| Binary | 11001110 | 11011111 | 1100100 | 1000 | 0 | 110111 | 1101 | 1000100 | 1000010 | 111111 |
Color Harmonies of #CEDF64
Complementary color
Monochromatic Colors of #CEDF64
Black with #CEDF64
Text Example
Text Example
White with #CEDF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF64; }
p { color: rgb(206,223,100); }
H1.HeaderClassName
{
color: #CEDF64;
}
.AnyTagClassName
{
color: #CEDF64;
}
</style>
background-color css
<style>
a { background-color: #CEDF64; }
a { background-color: rgb(206,223,100); }
div.DivClassName
{
background-color: #CEDF64;
}
.BgClassName
{
background-color: #CEDF64;
}
</style>
border-color css
<style>
span { border-color: #CEDF64; }
span { border-color: rgb(206,223,100); }
td.TdClassName
{
border-color: #CEDF64;
}
.TagClassName
{
border-color: #CEDF64;
}
</style>