Shades of Mindaro #CEDF5A
Tints of Mindaro #CEDF5A
RGB
CMYK
RGB Variations
Color information
#CEDF5A (or 0xCEDF5A) is known color: Mindaro. HEX triplet: CE, DF and 5A. RGB value is (206,223,90). Sum of RGB (Red+Green+Blue) = 206+223+90=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDF5A is #3120A5. Grayscale: #CBCBCB. Windows color (decimal): -3219622 or 5955534. OLE color: 5955534.
HSL color Cylindrical-coordinate representation of color #CEDF5A: hue angle of 67.67º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEDF5A is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 90 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.13 |
| HSL | 67.67º | 0.68% | 0.61% | - |
| HSV(B) | 67.67º | 0.6% | 0.87% | - |
| XYZ | 53.69 | 66.64 | 19.71 | - |
| YUV | 202.76 | 64.37 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 90 | 0.08 | 0 | 0.60 | 0.13 | 67.67 | 0.68 | 0.61 |
| Hex | CE | DF | 5A | 8 | 0 | 3C | D | 44 | 44 | 3D |
| Octal | 316 | 337 | 132 | 10 | 0 | 74 | 15 | 104 | 104 | 75 |
| Binary | 11001110 | 11011111 | 1011010 | 1000 | 0 | 111100 | 1101 | 1000100 | 1000100 | 111101 |
Color Harmonies of #CEDF5A
Complementary color
Monochromatic Colors of #CEDF5A
Black with #CEDF5A
Text Example
Text Example
White with #CEDF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF5A; }
p { color: rgb(206,223,90); }
H1.HeaderClassName
{
color: #CEDF5A;
}
.AnyTagClassName
{
color: #CEDF5A;
}
</style>
background-color css
<style>
a { background-color: #CEDF5A; }
a { background-color: rgb(206,223,90); }
div.DivClassName
{
background-color: #CEDF5A;
}
.BgClassName
{
background-color: #CEDF5A;
}
</style>
border-color css
<style>
span { border-color: #CEDF5A; }
span { border-color: rgb(206,223,90); }
td.TdClassName
{
border-color: #CEDF5A;
}
.TagClassName
{
border-color: #CEDF5A;
}
</style>