Shades of Mindaro #CEDF5D
Tints of Mindaro #CEDF5D
RGB
CMYK
RGB Variations
Color information
#CEDF5D (or 0xCEDF5D) is known color: Mindaro. HEX triplet: CE, DF and 5D. RGB value is (206,223,93). Sum of RGB (Red+Green+Blue) = 206+223+93=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDF5D is #3120A2. Grayscale: #CBCBCB. Windows color (decimal): -3219619 or 6152142. OLE color: 6152142.
HSL color Cylindrical-coordinate representation of color #CEDF5D: hue angle of 67.85º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEDF5D is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 93 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.13 |
| HSL | 67.85º | 0.67% | 0.62% | - |
| HSV(B) | 67.85º | 0.58% | 0.87% | - |
| XYZ | 53.82 | 66.69 | 20.39 | - |
| YUV | 203.1 | 65.87 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 93 | 0.08 | 0 | 0.58 | 0.13 | 67.85 | 0.67 | 0.62 |
| Hex | CE | DF | 5D | 8 | 0 | 3A | D | 44 | 43 | 3E |
| Octal | 316 | 337 | 135 | 10 | 0 | 72 | 15 | 104 | 103 | 76 |
| Binary | 11001110 | 11011111 | 1011101 | 1000 | 0 | 111010 | 1101 | 1000100 | 1000011 | 111110 |
Color Harmonies of #CEDF5D
Complementary color
Monochromatic Colors of #CEDF5D
Black with #CEDF5D
Text Example
Text Example
White with #CEDF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF5D; }
p { color: rgb(206,223,93); }
H1.HeaderClassName
{
color: #CEDF5D;
}
.AnyTagClassName
{
color: #CEDF5D;
}
</style>
background-color css
<style>
a { background-color: #CEDF5D; }
a { background-color: rgb(206,223,93); }
div.DivClassName
{
background-color: #CEDF5D;
}
.BgClassName
{
background-color: #CEDF5D;
}
</style>
border-color css
<style>
span { border-color: #CEDF5D; }
span { border-color: rgb(206,223,93); }
td.TdClassName
{
border-color: #CEDF5D;
}
.TagClassName
{
border-color: #CEDF5D;
}
</style>