Shades of Mindaro #CFDF5A
Tints of Mindaro #CFDF5A
RGB
CMYK
RGB Variations
Color information
#CFDF5A (or 0xCFDF5A) is known color: Mindaro. HEX triplet: CF, DF and 5A. RGB value is (207,223,90). Sum of RGB (Red+Green+Blue) = 207+223+90=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 90 (35.55% from 255 or 17.31% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF5A is #3020A5. Grayscale: #CBCBCB. Windows color (decimal): -3154086 or 5955535. OLE color: 5955535.
HSL color Cylindrical-coordinate representation of color #CFDF5A: hue angle of 67.22º 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 #CFDF5A is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 90 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.13 |
| HSL | 67.22º | 0.68% | 0.61% | - |
| HSV(B) | 67.22º | 0.6% | 0.87% | - |
| XYZ | 53.97 | 66.78 | 19.72 | - |
| YUV | 203.05 | 64.2 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 90 | 0.07 | 0 | 0.60 | 0.13 | 67.22 | 0.68 | 0.61 |
| Hex | CF | DF | 5A | 7 | 0 | 3C | D | 43 | 44 | 3D |
| Octal | 317 | 337 | 132 | 7 | 0 | 74 | 15 | 103 | 104 | 75 |
| Binary | 11001111 | 11011111 | 1011010 | 111 | 0 | 111100 | 1101 | 1000011 | 1000100 | 111101 |
Color Harmonies of #CFDF5A
Complementary color
Monochromatic Colors of #CFDF5A
Black with #CFDF5A
Text Example
Text Example
White with #CFDF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF5A; }
p { color: rgb(207,223,90); }
H1.HeaderClassName
{
color: #CFDF5A;
}
.AnyTagClassName
{
color: #CFDF5A;
}
</style>
background-color css
<style>
a { background-color: #CFDF5A; }
a { background-color: rgb(207,223,90); }
div.DivClassName
{
background-color: #CFDF5A;
}
.BgClassName
{
background-color: #CFDF5A;
}
</style>
border-color css
<style>
span { border-color: #CFDF5A; }
span { border-color: rgb(207,223,90); }
td.TdClassName
{
border-color: #CFDF5A;
}
.TagClassName
{
border-color: #CFDF5A;
}
</style>