Shades of Mindaro #CFFC65
Tints of Mindaro #CFFC65
RGB
CMYK
RGB Variations
Color information
#CFFC65 (or 0xCFFC65) is known color: Mindaro. HEX triplet: CF, FC and 65. RGB value is (207,252,101). Sum of RGB (Red+Green+Blue) = 207+252+101=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 101 (39.84% from 255 or 18.04% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFC65 is #30039A. Grayscale: #DDDDDD. Windows color (decimal): -3146651 or 6683855. OLE color: 6683855.
HSL color Cylindrical-coordinate representation of color #CFFC65: hue angle of 77.88º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFFC65 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 101 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.01 |
| HSL | 77.88º | 0.96% | 0.69% | - |
| HSV(B) | 77.88º | 0.6% | 0.99% | - |
| XYZ | 62.89 | 83.83 | 25.18 | - |
| YUV | 221.33 | 60.09 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 101 | 0.18 | 0 | 0.60 | 0.01 | 77.88 | 0.96 | 0.69 |
| Hex | CF | FC | 65 | 12 | 0 | 3C | 1 | 4E | 60 | 45 |
| Octal | 317 | 374 | 145 | 22 | 0 | 74 | 1 | 116 | 140 | 105 |
| Binary | 11001111 | 11111100 | 1100101 | 10010 | 0 | 111100 | 1 | 1001110 | 1100000 | 1000101 |
Color Harmonies of #CFFC65
Complementary color
Monochromatic Colors of #CFFC65
Black with #CFFC65
Text Example
Text Example
White with #CFFC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC65; }
p { color: rgb(207,252,101); }
H1.HeaderClassName
{
color: #CFFC65;
}
.AnyTagClassName
{
color: #CFFC65;
}
</style>
background-color css
<style>
a { background-color: #CFFC65; }
a { background-color: rgb(207,252,101); }
div.DivClassName
{
background-color: #CFFC65;
}
.BgClassName
{
background-color: #CFFC65;
}
</style>
border-color css
<style>
span { border-color: #CFFC65; }
span { border-color: rgb(207,252,101); }
td.TdClassName
{
border-color: #CFFC65;
}
.TagClassName
{
border-color: #CFFC65;
}
</style>