Shades of Mindaro #CFDE63
Tints of Mindaro #CFDE63
RGB
CMYK
RGB Variations
Color information
#CFDE63 (or 0xCFDE63) is known color: Mindaro. HEX triplet: CF, DE and 63. RGB value is (207,222,99). Sum of RGB (Red+Green+Blue) = 207+222+99=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE63 is #30219C. Grayscale: #CBCBCB. Windows color (decimal): -3154333 or 6545103. OLE color: 6545103.
HSL color Cylindrical-coordinate representation of color #CFDE63: hue angle of 67.32º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFDE63 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 99 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.13 |
| HSL | 67.32º | 0.65% | 0.63% | - |
| HSV(B) | 67.32º | 0.55% | 0.87% | - |
| XYZ | 54.11 | 66.41 | 21.77 | - |
| YUV | 203.49 | 69.03 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 99 | 0.07 | 0 | 0.55 | 0.13 | 67.32 | 0.65 | 0.63 |
| Hex | CF | DE | 63 | 7 | 0 | 37 | D | 43 | 41 | 3F |
| Octal | 317 | 336 | 143 | 7 | 0 | 67 | 15 | 103 | 101 | 77 |
| Binary | 11001111 | 11011110 | 1100011 | 111 | 0 | 110111 | 1101 | 1000011 | 1000001 | 111111 |
Color Harmonies of #CFDE63
Complementary color
Monochromatic Colors of #CFDE63
Black with #CFDE63
Text Example
Text Example
White with #CFDE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE63; }
p { color: rgb(207,222,99); }
H1.HeaderClassName
{
color: #CFDE63;
}
.AnyTagClassName
{
color: #CFDE63;
}
</style>
background-color css
<style>
a { background-color: #CFDE63; }
a { background-color: rgb(207,222,99); }
div.DivClassName
{
background-color: #CFDE63;
}
.BgClassName
{
background-color: #CFDE63;
}
</style>
border-color css
<style>
span { border-color: #CFDE63; }
span { border-color: rgb(207,222,99); }
td.TdClassName
{
border-color: #CFDE63;
}
.TagClassName
{
border-color: #CFDE63;
}
</style>