Shades of Mindaro #CFDF62
Tints of Mindaro #CFDF62
RGB
CMYK
RGB Variations
Color information
#CFDF62 (or 0xCFDF62) is known color: Mindaro. HEX triplet: CF, DF and 62. RGB value is (207,223,98). Sum of RGB (Red+Green+Blue) = 207+223+98=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 98 (38.67% from 255 or 18.56% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF62 is #30209D. Grayscale: #CCCCCC. Windows color (decimal): -3154078 or 6479823. OLE color: 6479823.
HSL color Cylindrical-coordinate representation of color #CFDF62: hue angle of 67.68º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFDF62 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 98 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.13 |
| HSL | 67.68º | 0.66% | 0.63% | - |
| HSV(B) | 67.68º | 0.56% | 0.87% | - |
| XYZ | 54.32 | 66.92 | 21.61 | - |
| YUV | 203.97 | 68.2 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 98 | 0.07 | 0 | 0.56 | 0.13 | 67.68 | 0.66 | 0.63 |
| Hex | CF | DF | 62 | 7 | 0 | 38 | D | 44 | 42 | 3F |
| Octal | 317 | 337 | 142 | 7 | 0 | 70 | 15 | 104 | 102 | 77 |
| Binary | 11001111 | 11011111 | 1100010 | 111 | 0 | 111000 | 1101 | 1000100 | 1000010 | 111111 |
Color Harmonies of #CFDF62
Complementary color
Monochromatic Colors of #CFDF62
Black with #CFDF62
Text Example
Text Example
White with #CFDF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF62; }
p { color: rgb(207,223,98); }
H1.HeaderClassName
{
color: #CFDF62;
}
.AnyTagClassName
{
color: #CFDF62;
}
</style>
background-color css
<style>
a { background-color: #CFDF62; }
a { background-color: rgb(207,223,98); }
div.DivClassName
{
background-color: #CFDF62;
}
.BgClassName
{
background-color: #CFDF62;
}
</style>
border-color css
<style>
span { border-color: #CFDF62; }
span { border-color: rgb(207,223,98); }
td.TdClassName
{
border-color: #CFDF62;
}
.TagClassName
{
border-color: #CFDF62;
}
</style>