Shades of Mindaro #CFDF5C
Tints of Mindaro #CFDF5C
RGB
CMYK
RGB Variations
Color information
#CFDF5C (or 0xCFDF5C) is known color: Mindaro. HEX triplet: CF, DF and 5C. RGB value is (207,223,92). Sum of RGB (Red+Green+Blue) = 207+223+92=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF5C is #3020A3. Grayscale: #CBCBCB. Windows color (decimal): -3154084 or 6086607. OLE color: 6086607.
HSL color Cylindrical-coordinate representation of color #CFDF5C: hue angle of 67.33º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFDF5C is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 92 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.13 |
| HSL | 67.33º | 0.67% | 0.62% | - |
| HSV(B) | 67.33º | 0.59% | 0.87% | - |
| XYZ | 54.05 | 66.81 | 20.17 | - |
| YUV | 203.28 | 65.2 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 92 | 0.07 | 0 | 0.59 | 0.13 | 67.33 | 0.67 | 0.62 |
| Hex | CF | DF | 5C | 7 | 0 | 3B | D | 43 | 43 | 3E |
| Octal | 317 | 337 | 134 | 7 | 0 | 73 | 15 | 103 | 103 | 76 |
| Binary | 11001111 | 11011111 | 1011100 | 111 | 0 | 111011 | 1101 | 1000011 | 1000011 | 111110 |
Color Harmonies of #CFDF5C
Complementary color
Monochromatic Colors of #CFDF5C
Black with #CFDF5C
Text Example
Text Example
White with #CFDF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF5C; }
p { color: rgb(207,223,92); }
H1.HeaderClassName
{
color: #CFDF5C;
}
.AnyTagClassName
{
color: #CFDF5C;
}
</style>
background-color css
<style>
a { background-color: #CFDF5C; }
a { background-color: rgb(207,223,92); }
div.DivClassName
{
background-color: #CFDF5C;
}
.BgClassName
{
background-color: #CFDF5C;
}
</style>
border-color css
<style>
span { border-color: #CFDF5C; }
span { border-color: rgb(207,223,92); }
td.TdClassName
{
border-color: #CFDF5C;
}
.TagClassName
{
border-color: #CFDF5C;
}
</style>